Search
CustomInterval.MinValue Property
See Also
 






Gets or sets the start of this custom interval.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float MinValue { get; set; }

Visual Basic  Copy Code

Public Property MinValue As Single

 Property Value

A float value representing the start of the custom interval.

 Remarks

If this property is set to NaN, negative infinity will be considered as the start of the interval.

 See Also