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

SeriesModel.DataSourceSorted Property

Gets or sets the Series.DataSourceSorted property value within the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public bool DataSourceSorted { get; set; }

Property Value

Type Description
Boolean

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

See Also