Search
CustomInterval.MaxValue Property
See Also
 






Gets or sets the end of this custom interval.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Single

 Property Value

A float value representing the end of the custom interval.

 Remarks

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

 See Also