Back to Devexpress

ChartColorizerBase Class

corelibraries-devexpress-dot-xtracharts-c441113f.md

latest2.0 KB
Original Source

ChartColorizerBase Class

The base class for all chart colorizers.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class ChartColorizerBase :
    ChartElement,
    IColorizer,
    INotifyPropertyChanged,
    IXtraSupportShouldSerialize
vb
Public MustInherit Class ChartColorizerBase
    Inherits ChartElement
    Implements IColorizer,
               INotifyPropertyChanged,
               IXtraSupportShouldSerialize

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.

Implements

IColorizer

Inheritance

Object ChartElement ChartColorizerBase ChartPaletteColorizerBase

ColorObjectColorizer

KeyColorColorizer

RangeColorizer

See Also

ChartColorizerBase Members

DevExpress.XtraCharts Namespace