Skip to main content

IColorizer Members

An interface that should be implemented by any class that can be used as colorizer for the chart’s series.

Methods

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.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from INotifyPropertyChanged.
See Also