Skip to main content

BootstrapCoordinateSystemChartSeries.SelectionMode Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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