maui-devexpress-dot-maui-dot-charts-c7130151.md
A value range colorizer that colors bubble series points based on their weight values.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class WeightedValueBandPointColorizer :
BandPointColorizerBase,
IWeightedPointColorizer
Do the following to color bubble series points based on their weight values:
System.Object BindableObject Element ChartElementBase ChartElement BandPointColorizerBase WeightedValueBandPointColorizer
Yield<WeightedValueBandPointColorizer>()
YieldIfNotNull<WeightedValueBandPointColorizer>()
See Also