wpf-devexpress-dot-xpf-dot-charts-1ff752a6.md
The base class for all chart colorizers.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class ChartColorizerBase :
ChartDependencyObject
Public MustInherit Class ChartColorizerBase
Inherits ChartDependencyObject
The following members return ChartColorizerBase objects:
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.
Show 11 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject ChartColorizerBase ChartPaletteColorizerBase
See Also