Defines the selection mode for the BarChart3D EWO.
Synopsis
shape.barSelectionMode(bool enabled);
Parameter
Parameter |
Description |
shape |
Name of the object |
enabled |
-
SelectionNone - Selection disabled
-
SelectionItem - Selection hightlights a single
item
-
SelectionRow - Selection highlights a single
row
-
SelectionItemAndRow - Combination flag for
highlighting both item and row with different colors
-
SelectionColumn - Selection highlights a single
column
-
SelectionItemAndColumn - Combination flag for
highlighting both item and column with different
colors
-
SelectionRowAndColumn - Combinaton flag for
highlighting both row and column
-
SelectionItemRowAndColumn - Combination flag for
highlighting item, row and column
-
SelectionSlice - Setting this mode flag indicates
that the graph should take care of the slice view
handling automatically. When setting this mode flag,
either SelectionRow or SelectionColumn must also be set,
but not both. The 2D slice mode is entered in the
following situations:
-
when selection is changed explicitly via series API to a
visible item
-
when selection is changed by clicking on the graph
-
when the selection mode changes and the selected item is
visible
|
Description
Defines the selection mode for the BarChart3D EWO. The modes can be combined inside
the string with the pipe | character, e.g. "SelectionSlice|SelectionRow".
Assignment
BarChart3D EWO