Search
CustomInterval.minValue Property
See Also
 






Gets or sets the start of this custom interval.

Namespace: MindFusion.Gauges
File: CustomInterval.js

 Syntax

JavaScript  Copy Code

get minValue() {}
set minValue(value) {}

 Property Value

Number

The start of this custom interval.

 See Also