Jump to content
Software FX Community

Sub X value


User (Legacy)

Recommended Posts

In Chart FX 5, the only way to do this will be for you to pass the data 

manually using OpenData-CloseData (No databinding).

You would set:

chart.Legend(i) = Month + vbCr + vbLf + Number

Then use:

chart.Axis(AXIS_X).Style = chart.Axis(AXIS_X).Style And Not AS_SINGLELINE

In newer version of Chart FX it is possible to configure the separator used

to join multiple label fields (LabelSeparator property), so in this case you

could customize it to vbCr + vbLf.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...