EaxChartView.ScrollerMaxPointsInSight

Syntax

ScrollerMaxPointsInSight: Number;

Description

The ScrollerMaxPointsInSight property determines maximum number of timeline steps, for which data is displayed on the chart.

Comments

Use the setScrollerMaxPointsInSight method to set the property value, and the getScrollerMaxPointsInSight method to get the property value. Property value cannot be set from JSON.

Example

The example of property use is given in description of the EaxChartView.ScrollerEnabled property.

See also:

EaxChartView