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





Gets or sets the start of this custom interval. 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 this property is not set, negative infinity will be considered as the start of the interval.

 See Also

CustomInterval Members
CustomInterval Class
MindFusion.Gauges.Wpf Namespace
MaxValue Property