Profile Picture

LineChart Yaxis precision

Posted By Saiprabhu Rajendran Last Year
Author
Message
Saiprabhu Rajendran
Posted Last Year
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 7 Months Ago
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 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";


Please any one help us to how to set Y-axis with precision.






Similar Topics


Reading This Topic