Jump to content
Software FX Community

Customized tooltips


neeta

Recommended Posts

Yes. The format in the ToolTip and DataGrid Can be changed independently of the format for the Axis Labels by using the DataFormat property. For example:

chart1.AxisY.LabelsFormat.Format = AxisFormat.Scientific;

chart1.AxisY.DataFormat.Format = AxisFormat.Number;

chart1.AxisY.DataFormat.Decimals = 4;

 

14.zip

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...