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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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