Dundas Chart for ASP.NET
ChartColorPalette Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ChartColorPalette Enumeration


Specifies a palette when setting a Palette property.


Chart color palettes enumeration

Syntax

Visual Basic (Declaration)  
Public Enum ChartColorPalette 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ChartColorPalette
C#  
public enum ChartColorPalette : Enum 

Members

Member Description
None

No palette is used. If you do not specify a color for your data series then the data will not be displayed, and the area where the data should be drawn will be "empty".


Palette not set.
Default

The default palette, which is provided by the chart control.


Default palette.
GrayScale

A grayscale palette, used if you do not want to display colors.


Palette with gray scale colors.
Excel

An Excel-style palette.


Palette with Excel style colors.
Light

This palette utilizes very light colors.


Palette with Light style colors.
Pastel

This palette utilizes pastel style colors.


Palette with Pastel style colors.
SeaGreen

This palette utilizes colors that range from green to blue.


Palette with SeaGreen style colors.
Dundas

This palette utilizes Dundas-related colors.


Palette with Dundas style colors.
EarthTones

This palette utilizes "earth tone" style colors (e.g. greens, browns, etc.).


Palette with Earth Tones style colors.
Fire

This palette utilizes red, orange and yellow colors.


Palette with Fire style colors.
SemiTransparent

This palette uses semi-transparent style colors.


Palette with Semi Transparent style colors.
Berry

This palette utilizes fruit-like blues and purples.


Palette with Berry style colors.
Chocolate

This palette utilizes brown colors.


Palette with Chocolate style colors.
AcidWash Palette with AcidWash style colors.
ArtDeco Palette with ArtDeco style colors.
DundasDark Palette with DundasDark style colors.
Kindergarten Palette with Kindergarten style colors.
MilkShake Palette with MilkShake style colors.
MidDay Palette with MidDay style colors.
RainbowVapors Palette with RainbowVapors style colors.
Tanzanite Palette with Tanzanite style colors.
Vegas Palette with Vegas style colors.
WaterLilies Palette with WaterLilies style colors.
Tan Palette with Tan style colors.

Remarks

The ChartColorPalette enumeration represents palettes to be used for the root Chart object and Series objects.

If there are no colors assigned to data points and their associated series then default colors will be assigned to the data. For further details see the Appearance of Data topic.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartColorPalette

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.