Jump to content
Software FX Community

Data Format


User (Legacy)

Recommended Posts

Im trying to format my Y Axis, without changing the format of the

plotted data. So for example, one value is 101.9. If I do the

following:

chart.Axis(AXIS_Y).Decimals = 0

It changes the plotted data point to be 102. Is there any way to

surpress decimals on the yaxis, but keep actual data on the chart?

Thanks.

Link to comment
Share on other sites

Changing:

chart.Axis(AXIS_Y).Decimals = 0

DOES NOT change the data it only changes the way it is displayed.

Do you mean the data is rounded in the data editor ? in the tooltip ?

If you want a different number of decimals to be displayed in the Data

Editor, ToolTip and Y-Axis, this is not supported in Chart FX 5.x this is a

new feature in Chart FX 6.x

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...