MindFusion.Wpf Pack Programmer's Guide
BaseScale.MaxValue Property
See Also
 





Gets or sets the maximal value displayed by the scale. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value.

 Remarks

If MaxValue is less than MinValue, the direction of the scale is automatically reversed.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Wpf Namespace
MinValue Property