Back to Devexpress

SeriesBase.DataSorted Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-400fb5b4.md

latest1.3 KB
Original Source

SeriesBase.DataSorted Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public bool DataSorted { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
Public Property DataSorted As Boolean

Property Value

TypeDescription
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

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace