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.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
IColorizer

An object of the class implementing the IColorizer interface.

See Also