'Declaration Public Enum ColorModels Inherits System.Enum
public enum ColorModels : System.Enum
Member | Description |
---|---|
CustomLinear | Use the CustomPalette property to retrieve colors in order, with repeat |
CustomRandom | Use the CustomPalette property to retrieve colors on a random basis |
CustomSkin | Use the PaintElement property to retrieve colors and Paint Elements. |
DataValueCustomLinear | Use the CustomPalette property to retrieve colors for each primitive (shape) in the chart, based on the underlying data values. |
DataValueLinearRange | Use the ColorBegin and ColorEnd properties to specify two ends of a color spectrum. Each primitive (shape) in the chart will be assigned a color between ColorBegin and ColorEnd, based on the underlying data values. |
LinearRandom | Random colors are chosen from ColorStart to ColorEnd |
LinearRange | Colors are chosen from ColorStart to ColorEnd in order, with repeat |
Office2007Style | Color model similar to Excel 2007 based on colors with varying saturation. |
PureRandom | Colors are chosen on a random basis |
Wireframe | Draw the outline of chart objects only with no fill color |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2