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

SeriesTemplateModel.SeriesColorizer Property

Gets or sets the SeriesTemplate.SeriesColorizer property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public SeriesColorizerModel SeriesColorizer { get; set; }

Property Value

Type Description
SeriesColorizerModel

The Series Colorizer that automatically paints series.

See Also