Back to Devexpress

ChartPaletteColorizerBase Class

wpf-devexpress-dot-xpf-dot-charts-789e3d8f.md

latest1.8 KB
Original Source

ChartPaletteColorizerBase Class

The base class for all colorizers with a predefined pallete.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class ChartPaletteColorizerBase :
    ChartColorizerBase,
    ISupportPalette
vb
Public MustInherit Class ChartPaletteColorizerBase
    Inherits ChartColorizerBase
    Implements ISupportPalette

Remarks

This class introduces the ChartPaletteColorizerBase.Palette property, that allows specifying the palette used by descendant colorizers.

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject ChartColorizerBase ChartPaletteColorizerBase LegendSupportColorizerBase

RangeColorizer

KeyColorColorizer

See Also

ChartPaletteColorizerBase Members

DevExpress.Xpf.Charts Namespace