Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartCustomPaletteColor Class / ChartCustomPaletteColor Constructor / ChartCustomPaletteColor Constructor(RdlColor)
Value of Color property.

In This Topic
    ChartCustomPaletteColor Constructor(RdlColor)
    In This Topic
    Initializes a new instance of the ChartCustomPaletteColor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As RdlColor _
    )
    public ChartCustomPaletteColor( 
       RdlColor color
    )

    Parameters

    color
    Value of Color property.
    See Also