Jump to content
Software FX Community

Gap between AxisY.Label and AxisY.Title


User (Legacy)

Recommended Posts

> How can i change it to start with

> a blanc rectangle

Only supported in Chart FX for .NET (not supported in Chart FX Lite) :

If you want no chart at all you can do:

chart1.ClearData(ClearDataFlag.AllData);

If you want to have and X and Y-Axis, you need to create "dummy" points. You

can initialize these points with Chart.Hidden and make sure you select a Min

and Max for the Y-Axis (and also for the X-Axis if you are plotting an X/Y

chart).

> How can i change the gap between AxisY.Label and AxisY.Title?

This distance can not be changed. DO you want to increase it or decrease it

? why ?

--

FP

Software FX

Link to comment
Share on other sites

> How can i change it to start with

> a blanc rectangle

Only supported in Chart FX for .NET (not supported in Chart FX Lite) :

If you want no chart at all you can do:

chart1.ClearData(ClearDataFlag.AllData);

If you want to have and X and Y-Axis, you need to create "dummy" points. You

can initialize these points with Chart.Hidden and make sure you select a Min

and Max for the Y-Axis (and also for the X-Axis if you are plotting an X/Y

chart).

> How can i change the gap between AxisY.Label and AxisY.Title?

This distance can not be changed. DO you want to increase it or decrease it

? why ?

--

FP

Software FX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...