Gets or sets the minimum value at the axis. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public double MinValue { get; set; } |
Visual Basic
![]() |
---|
Public Property MinValue As Double |
A double value. Default is double.NaN.
When the MinValue property is not set the control calculates the minimum value of the axis automatically so that all data could fit in.