StackedAreaSeries.PointColorizer Property
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
public IStackedPointColorizer PointColorizer { get; set; }
Property Value
Type | Description |
---|---|
IStackedPointColorizer | The colorizer object. |
See Also