BootstrapCoordinateSystemChart.SeriesSelectionMode Property
Specifies whether a single series or multiple series 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 SeriesSelectionMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ChartElementSelectionMode | Single | A ChartElementSelectionMode enumeration value. |
Available values:
Name | Description |
---|---|
Single | Only one chart element can be selected. |
Multiple | Multiple chart elements can be selected. |
See Also