Skip to main content
A newer version of this page is available. .

SeriesDataSourceColorizerModel.DataSource Property

Gets or sets the SeriesDataSourceColorizer.DataSource property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

A data source whose data items the colorizer uses to paint series.

See Also