StackedBarSeries.PointColorizer Property
Gets or sets a colorizer that specifies how to color-code bars. 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 |
---|---|
IStacked |
The colorizer objects. |