Scale Precision

Hi,

The default precision for the Y axis seem to be 2 ( 1.00).

But I need to display values like 0.001, 0.0015, then I want to change the precision for 4.

How I can do that ?

Best regards,

Martin

1 Reply

AD Administrator Syncfusion Team March 6, 2007 03:04 AM UTC

Hi Martin,

Thank you for using Syncfusion products.

You can change the precision for the axis value using RoundingPlaces property. Please refer to the following code snippet.

[ C# ]

this.chartControl1.PrimaryYAxis.RoundingPlaces = 4;

Please let me know if you have any queries.

Regards,
Rajesh

Loader.
Up arrow icon