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

BootstrapCoordinateSystemChartSeries.SelectionMode Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(SelectionMode.NotSet)]
public SelectionMode SelectionMode { get; set; }

Property Value

Type Default
SelectionMode **NotSet**

Available values:

Name
NotSet
None
AllArgumentPoints
AllSeriesPoints
OnlyPoint
IncludePoints
ExcludePoints
See Also