Skip to main content
A newer version of this page is available. .

ChartColorizerBase Class

The base class for all chart colorizers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public abstract class ChartColorizerBase :
    ChartDependencyObject

The following members return ChartColorizerBase objects:

Remarks

This class introduces the ChartColorizerBase.GetPointColor method to obtain the color for a series point and the ChartColorizerBase.GetAggregatedPointColor method to obtain the color for an aggregated point.

See Also