This question is locked. New answers and comments are not allowed.
Dear all,
I managed to set the Maximum & Minimum value of the object chart:LinearAxis via C# code dynamically. May I know if it is possible? If yes, the code snippet is preferred.
For example, I hope I can change the below 0.95 & 0.97 to 99 & 100 or 30 & 60 freely based on the range of the returned data list.
Thanks.
I managed to set the Maximum & Minimum value of the object chart:LinearAxis via C# code dynamically. May I know if it is possible? If yes, the code snippet is preferred.
For example, I hope I can change the below 0.95 & 0.97 to 99 & 100 or 30 & 60 freely based on the range of the returned data list.
Thanks.
<chart:RadCartesianChart.VerticalAxis> <chart:LinearAxis Minimum="0.95" Maximum="0.97"/></chart:RadCartesianChart.VerticalAxis>