Specifies the maximum data value.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public double MaxValue { get; set; } |
Visual Basic
![]() |
---|
Public Property MaxValue As Double |
A double value that represents the maximum number.
The property specifies the end number of the axis. If it is bigger than 0, the axes intersection point is 0. If the number is smaller than zero, the control assumes MaxValue is the axes intersection point. Numbers bigger than MaxValue are drawn outside the plot area.
Default value for the MaxValue property is Double.NaN, that is, the maximum value is calculated automatically.