BubbleSeries.PointColorizer Property
Gets or sets a colorizer that specifies how to paint points on bubble series.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public IWeightedPointColorizer PointColorizer { get; set; }
Property Value
Type | Description |
---|---|
IWeightedPointColorizer | The colorizer object. |
See Also