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

SeriesBaseModel.SeriesPointsSorting Property

Gets or sets the value of the SeriesBase.SeriesPointsSorting within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public SortingMode SeriesPointsSorting { get; set; }

Property Value

Type Description
SortingMode

The sorting mode.

Available values:

Name Description
None

The values are not sorted.

Ascending

The values are sorted in ascending order.

Descending

The values are sorted in descending order.

See Also