EaxRadiusAngleChartView.Props

Syntax

Props: Object;

Description

The Props property determines angle indicator parameters.

Comments

The property contains an object with the following structure:

Props : {

  AnglePointIndex. Index of the point (column), which data is used to display angle.

  AnglePointVisible. Point visibility. If the value is set to false, the series used to determine angle indicator will be hidden.

};

Example

The example of property use is given in the description of the Example of the Chart with Modified Radius Use.

See also:

EaxRadiusAngleChartView