Back to Devexpress

ChartElementSelectionMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b6889032.md

latest1.6 KB
Original Source

ChartElementSelectionMode Enum

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ChartElementSelectionMode
vb
Public Enum ChartElementSelectionMode

Members

NameDescription
Single

Only one chart element can be selected.

| | Multiple |

Multiple chart elements can be selected.

|

The following properties accept/return ChartElementSelectionMode values:

Remarks

The enumeration is used by the BootstrapChartBase.PointSelectionMode and the BootstrapCoordinateSystemChart.SeriesSelectionMode properties.

See Also

Charts

DevExpress.Web.Bootstrap Namespace