StackedAreaSeries.PointColorizer Property
In This Article
Gets or sets a colorizer that specifies how to color-code ares. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public IStackedPointColorizer PointColorizer { get; set; }
#Property Value
Type | Description |
---|---|
IStacked |
The colorizer object. |
See Also