StackedBarSeries.Colorizer Property
In This Article
OBSOLETE
Use the Point
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 |
---|
IStacked |
See Also