ChartElementSelectionMode Enum
Lists values defining the mode in which chart elements are selected.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
Single
|
Only one chart element can be selected. |
Multiple
|
Multiple chart elements can be selected. |
Related API Members
The following properties accept/return ChartElementSelectionMode values:
Remarks
The enumeration is used by the BootstrapChartBase.PointSelectionMode and the BootstrapCoordinateSystemChart.SeriesSelectionMode properties.
See Also