ParallelCoordinates.AxisSelectionEnabled

Syntax

AxisSelectionEnabled: Boolean;

Description

The AxisSelectionEnabled property determines whether chart axes can be selected.

Comments

Available values:

Use JSON or the setAxisSelectionEnabled method to set the property value, and the getAxisSelectionEnabled method to get the property value.

Before setting value for this property, also set the value for the DataVisualizer.Visuals property. This property specifies colors used for lines after chart axis is selected. Use the ParallelCoordinates.getColorVisual method to get settings of mapping data with line colors.

Example

The example of property use is given in description of the ParallelCoordinates.SelectedAxis property.

See also:

ParallelCoordinates