These properties control the display of the scale on KineticaRT Studio controls which have a scale.
The Minimum and Maximum properties are used to control the range of data displayed with Minimum at the bottom of the scale and Maximum at the top of the scale.
The DecimalPlaces property controls the display of the numbers shown on the scale. It is the number of digits shown after the decimal point.
The DecimalPlaces, Maximum and Minimum properties can not be set directly, they show the values actually in use.
The UseCustomDecimalPlaces property controls whether the CustomDecimalPlaces or the DecimalPlaces property from the connected channel is used for the value of the DecimalPlaces property.
The UseCustomRange property controls whether the CustomMaximum and CustomMinimum properties or the Maximum and Minimum properties of the connected channel are used to specify the range of the scale.