Jump to content
Software FX Community

problem regarding DataEditor


User (Legacy)

Recommended Posts

Please note there are two properties that control the number of decimals

displayed (these are assigned on a per-axis basis)

DataFormat: Used where the "real" data needs to be shown, e.g. Tooltips,

Data Editor.

LabelsFormat: Used for informative purposes, e.g. Axis Labels

chart1.OpenData(COD.Values,1,3);

chart1.Value[0,0] = 0.00034;

chart1.Value[0,1] = 1.00026;

chart1.Value[0,2] = 0.47092;

chart1.CloseData(COD.Values);

chart1.AxisY.DataFormat.Decimals = 5;

chart1.AxisY.LabelsFormat.Decimals = 2;

--

Regards,

JC

Software FX Support

"Rakesh kumar" <rakesh_kumar5@agilent.com> wrote in message

news:g%23o2RKe1DHA.3512@WEBSERVER1...

> Hi,

> We are plotting data which is vary from 0.00000001- .000002.

> When show these data point through data Editor, They always displayed as

> "0.00".

> Do we have any API or any other way by which we can display the proper

Data

> on Data Editor?

>

> Thanks

> Rakesh

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...