AxisSelectionEnabled: Boolean;
The AxisSelectionEnabled property determines whether chart axes can be selected.
Available values:
true. Axes selection is allowed (default).
false. Axes selection is not possible.
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.
The example of property use is given in description of the ParallelCoordinates.SelectedAxis property.
See also: