Skip to main content

SeriesBase.Colorizer Property

OBSOLETE

This property is now obsolete. Use the Colorizer property instead.

Gets or sets the Series Point Colorizer used by this series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[Obsolete("This property is now obsolete. Use the SeriesViewBase.Colorizer property instead.")]
[Browsable(false)]
public IColorizer Colorizer { get; set; }

Property Value

Type Description
IColorizer

An object of the class implementing the IColorizer interface.

See Also