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