Skip to main content
A newer version of this page is available. .
All docs
V21.2

SeriesBase.DataSorted Property

Gets or sets the value that identifies whether the series’s data source is sorted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public bool DataSorted { get; set; }

Property Value

Type Description
Boolean

true if the series’s data source is sorted; otherwise, false.

Remarks

Use the DataSorted property to notify the chart that the series’s data source is sorted to prevent the chart’s internal sorting procedures.

See Also