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