Gets or sets the maximal value displayed by the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public double MaxValue { get; set; } |
Visual Basic Copy Code |
---|
Public Property MaxValue As Double |
A double value.
If MaxValue is less than MinValue, the direction of the scale is automatically reversed.