Min (Property)

Applies To:

ColorRange object

Description:

Sets or returns the minimum value to which a color is applied. The minimum number cannot be less than the minimum value defined for the numeric scale of the gauge. If you are adding multiple color ranges, each consecutive minimum color range value must be no less than the preceding maximum color range value. To use the numeric minimum scale range, do not use set this property.

Action:

Read-write, Number

Example:

This example shows how to set the maximum value for the first color range object to 10:

Speedometer.ColorRanges[1].Min = "10"