ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ChartPaletteInfo Structure / ChartPaletteInfo Constructor
The palette key.
The palette name.
The palette type.

In This Topic
    ChartPaletteInfo Constructor
    In This Topic
    Initializes a new instance of the ChartPaletteInfo struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String, _
       ByVal name As String, _
       ByVal type As ChartPaletteType _
    )
    public ChartPaletteInfo( 
       string key,
       string name,
       ChartPaletteType type
    )

    Parameters

    key
    The palette key.
    name
    The palette name.
    type
    The palette type.
    See Also