Palette Property (ChartField)
In This Topic
Gets or sets the collection of colors to be used for each series (or pie slices).
Syntax
'Declaration
Public Property Palette As String
public string Palette {get; set;}
Example
chartField.Palette = "Red;Green;Blue"
See Also