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