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

DataSourceAdapterBase.DataSorted Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

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

See Also