Skip to main content

IColorizer Methods

An interface that should be implemented by any class that can be used as colorizer for the chart’s series.
Name Description
GetAggregatedPointColor(Object, Object[], SeriesPoint[], Palette) Returns the color for the aggregated series point with the specified parameters.
GetPointColor(Object, Object[], Object, Palette) Returns the color for a series point with the specified parameters.
GetPointColor(Object, Object[], Object[], Palette) Returns the color for a series point with the specified parameters.
See Also