ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / Palette Property

In This Topic
    Palette Property (Chart)
    In This Topic
    Specifies a collection of colors to be used for each series (or pie slices).
    Syntax
    'Declaration
     
    Public Property Palette As String
    public string Palette {get; set;}
    Remarks
    The collection is specified as a string containing a list of color names, delimited by semicolons. For example: chartField.Palette = "Red;Green;Blue"
    Example
    chartField.Palette = "Red;Green;Blue"
    See Also