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

SeriesBase.PointsSorting Property

OBSOLETE

This property is now obsolete. Use the SeriesPointsSorting property instead.

Gets or sets the sort order of the series’ points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Obsolete("This property is now obsolete. Use the SeriesPointsSorting property instead.")]
[Browsable(false)]
public SortingMode PointsSorting { get; set; }

Property Value

Type Description
SortingMode

A SortingMode enumeration value.

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.

Remarks

The PointsSorting property is now obsolete. Use the SeriesBase.SeriesPointsSorting property instead.

See Also