RatingChart.Min

Syntax

Min: Number;

Description

The Min property determines minimum value of active value column.

Comments

The property is read-only. The property value is returned using the getMin method.

To get the maximum value, use the RatingChart.Max property.

Example

The example of property use is given in the example for RatingChart.Max.

See also:

RatingChart