Gets or sets the minimum value at the axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double MinValue { get; set; } |
Visual Basic
![]() |
---|
Public Property MinValue As Double |
A double value. Default value is double.NaN, which means the control calculates the MinValue automatically.
The MinValue is calculated automatically in such manner that all data that refers to the respective axis could fit in.