SeriesBaseModel.SeriesPointsSorting Property
Gets or sets the value of the SeriesBase.SeriesPointsSorting within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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