Class | Description | |
---|---|---|
CustomColorModel | Class for color models with custom palettes. | |
DataValueCustomColorModel | Color Model class which provides the functionality of chart color models based on a custom palette, which is applied to chart primitives according to their underlying data values. | |
DataValueLinearColorModel | Color Model class which provides the functionality of chart color models based on a range of colors, which is applied to chart primitives according to their underlying data values. | |
LinearColorModel | The LinearColorModel implements ColorModels.LinearRange, which takes a start and end colo and assigns colors to each item in a series in order, spaced equidistance along this line in the 3D color space | |
Office2007ColorModel | The Office2007ColorModel was designed to look like the Office 2007 Charts. | |
RandomColorModel | The RandomColorModel implements ColorModels.PureRandom and ColorModels.LinearRandom LinearRandom takes a start and end color and chooses random colors from this range PureRandom ignores the start and end color and picks all its colors at random | |
SimpleColorModel | Simple color model class. |
Interface | Description | |
---|---|---|
IColorModel | Interface for chart color models. |