Gets or sets the start of this custom interval.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float MinValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinValue As Single |
A float value representing the start of the custom interval.
RemarksIf this property is set to NaN, negative infinity will be considered as the start of the interval.
See Also