Skip to main content

StackedBarSeries.Colorizer Property

OBSOLETE

Use the PointColorizer property instead.

This property is obsolete (use the PointColorizer property instead).

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
[Obsolete("Use the PointColorizer property instead.")]
public IStackedPointColorizer Colorizer { get; set; }

#Property Value

Type
IStackedPointColorizer
See Also