ColorRange object
Sets or returns the maximum color range value to which a color is applied. If you are adding multiple color ranges, each consecutive maximum color range value must be greater than the preceding maximum color range value. The maximum color range value cannot be greater than the maximum value defined for the numeric scale of the gauge. To use the numeric maximum scale range, do not set this property.
Read-write, Number
This example shows how to set the maximum value for the first color range object to 100:
Speedometer.ColorRanges[1].Max = "100"