EaxChartView.SelectionEnabled

Syntax

SelectionEnabled: boolean

Description

The SelectionEnabled property determines whether data selection is enabled in the express report chart.

Comments

Property value can be set from JSON or using the setSelectionEnabled method, property value is returned by the getSelectionEnabled method.

If the property value is True, chart selection is enabled, otherwise it is disabled.

Example

The example of property use is given on the Example of Creating the ChartBox Component page.

See also:

EaxChartView