Skip to main content
All docs
V18.2

SeriesBaseModel.Colorizer Property

Gets or sets the model of the colorizer of the modeled series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public ChartColorizerBaseModel Colorizer { get; set; }

Property Value

Type Description
ChartColorizerBaseModel

The colorizer model.

See Also