A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(ChartElementSelectionMode.Single)]
public ChartElementSelectionMode PointSelectionMode { get; set; }
<DefaultValue(ChartElementSelectionMode.Single)>
Public Property PointSelectionMode As ChartElementSelectionMode
Property Value
Type | Default | Description |
---|---|---|
ChartElementSelectionMode | Single |
One of the ChartElementSelectionMode enumeration values. |
See Also
Feedback