'Declaration
Public Property Palette As System.String
public System.string Palette {get; set;}
Remarks
Available if ColorGeneration is set to CustomByPalette. The collection is specified as a string containing a list of color names, delimited by semicolons. For example: chartField.Palette = "Red;Green;Blue"