Skip to main content
A newer version of this page is available. .

BootstrapChartBase.PointSelectionMode Property

Specifies whether a single point or multiple points can be selected in the chart.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(ChartElementSelectionMode.Single)]
public ChartElementSelectionMode PointSelectionMode { get; set; }

Property Value

Type Default Description
ChartElementSelectionMode **Single**

One of the ChartElementSelectionMode enumeration values.

Available values:

Name Description
Single

Only one chart element can be selected.

Multiple

Multiple chart elements can be selected.

See Also