SeriesBase.PointsSorting Property
In This Article
OBSOLETE
This property is now obsolete. Use the Series
Gets or sets the sort order of the series’ points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the SeriesPointsSorting property instead.")]
public SortingMode PointsSorting { get; set; }
#Property Value
Type | Description |
---|---|
Sorting |
A Sorting |
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