Jump to content
Software FX Community

X-Axys Title spacing


User (Legacy)

Recommended Posts

This separation can not be changed. However, what you can do is set a

separate title at the bottom of the chart using the Titles collection, then

use the X-Axis separation property to control the distance.

Example:

chart1.Titles[0].Text = "X-Axis Title";

chart1.Titles[0].DockArea = DockArea.Bottom;

chart1.AxisX.Separation = 10;

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...