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





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

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

 Syntax

C#  Copy Code

public double MinValue { get; set; }

Visual Basic  Copy Code

Public Property MinValue 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