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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the SeriesPointsSorting property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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