Version

ColorModels Enumeration

The set of Color models to use when rendering a chart
Syntax
'Declaration
 
Public Enum ColorModels 
   Inherits System.Enum
public enum ColorModels : System.Enum 
Members
MemberDescription
CustomLinearUse the CustomPalette property to retrieve colors in order, with repeat
CustomRandomUse the CustomPalette property to retrieve colors on a random basis
CustomSkinUse the PaintElement property to retrieve colors and Paint Elements.
DataValueCustomLinearUse the CustomPalette property to retrieve colors for each primitive (shape) in the chart, based on the underlying data values.
DataValueLinearRangeUse 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.
LinearRandomRandom colors are chosen from ColorStart to ColorEnd
LinearRangeColors are chosen from ColorStart to ColorEnd in order, with repeat
Office2007StyleColor model similar to Excel 2007 based on colors with varying saturation.
PureRandomColors are chosen on a random basis
WireframeDraw the outline of chart objects only with no fill color
Requirements

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

See Also