Skip to main content

ChartControl.SeriesSelectionMode Property

Gets or sets a value specifying how the series is selected in the chart control.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[NonCategorized]
public SeriesSelectionMode SeriesSelectionMode { get; set; }

#Property Value

Type Description
SeriesSelectionMode

A SeriesSelectionMode enumeration member specifying the selection behavior of a series.

See Also