DataSelectionMode property: Chart class
Description
Use this property to specify an Integer value that indicates the data selection mode for this Chart instance.
The following lists all the values you can specify. You can use either the numeric or constant value.
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%Chart_DataSelection_None Note: %Chart_DataSelection_None is the default value. |
Data selection is not enabled for this Chart instance. |
|
1 |
%Chart_DataSelection_Single |
Only one data point at a time may be selected on this Chart instance. |
|
2 |
%Chart_DataSelection_Multiple |
Multiple data points may be selected on this Chart instance. |
This property is read/write.
Example
&oChart.DataSelectionMode =%Chart_DataSelection_Single;