ChartScroller.MaxPointsInSight

Syntax

MaxPointsInSight: Number;

Description

The MaxPointsInSight property determines the maximum number of displayed items of the X axis in the chart.

Comments

Use JSON or the setMaxPointsInSight method to set the property value, and the getMaxPointsInSight method to get the property value.

Example

The example of property use is given in description of the ChartScroller class constructor.

See also:

ChartScroller