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

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

Property Value

Type
IStackedPointColorizer
See Also