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