Skip to main content

ChartElementSelectionMode Enum

Lists values defining the mode in which chart elements are selected.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public enum ChartElementSelectionMode

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