See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Palette Property

Gets or sets an array of colors that define element and series colors.

[Visual Basic]
Public Property Palette As Color()
[C#]
public Color[] Palette {get; set;}

Example

[C#] 

Color[] MyColorObjectArray = new Color[3]{Color.Red,Color.Blue,Color.Yellow}; 
Chart.Palette = MyColorObjectArray;

[Visual Basic] 

Dim MyColorObjectArray() As Color = {Color.Red,Color.Blue,Color.Yellow}
Chart.Palette = MyColorObjectArray

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.