Descriptions property: Threshold class

Description

Use this property to specify the descriptions as an Array of String. The number of descriptions in the Descriptions array should match the number of colors that you have defined in the Colors array.

This property is read/write.

Example

The Descriptions array provides descriptions for the color values:

&Descr = CreateArray("Low", "Med", "High");
&oThr1.Descriptions = &Descr;