RatingChart.SplittedTop

Syntax

SplittedTop: Number;

Description

The SplittedTop method determines the number of data series displayed above the splitter on the first rendering of rating chart.

Comments

Use JSON to set the property value and the getSplittedTop method to get the property value.

To display splitter in the rating chart, the RatingChart.ShowSplitter property must be set to true.

By default the property is set to 0.

Example

The example of property use is given in the Example of Creating the RatingChart Component page.

See also:

RatingChart