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;}
[C#]
Color[] MyColorObjectArray = new Color[3]{Color.Red,Color.Blue,Color.Yellow}; |
[Visual Basic]
Dim MyColorObjectArray() As Color = {Color.Red,Color.Blue,Color.Yellow} |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.