IRangeCustomPointColorizer Interface
In This Article
An interface that should be implemented by a class that defines a custom point colorizer for a range bar series.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public interface IRangeCustomPointColorizer :
IRangePointColorizer
See Also