Group: Forum Members
Last Active: Last Year
Posts: 2,
Visits: 26
|
The Line chart as auto label set to true . Y - Axis data = 21 . 2333 , 22 . 23555 , 22 . 30000 , 21 . 35555 .... I have used & nbsp ; NLinearScaleConfigurator with autolabel set to true. Expectation : To show label in Y-axis min = 21.233 to 23.2544 Current result : 21.000 to 23.000 I have an issue: the Y axis label shows value in three precision.
NLinearScaleConfigurator yDateScale = new NLinearScaleConfigurator(); this.ScaleConfigYAxis = yDateScale; yDateScale.LabelValueFormatter.FormatSpecifier = "N3"; NLinearScaleConfigurator yDateScale = new NLinearScaleConfigurator();
this.ScaleConfigYAxis = yDateScale;
yDateScale.LabelValueFormatter.FormatSpecifier = "N3";
Please any one help us to how to set Y - axis with precision .
|