ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / BackdropItem Constructor / BackdropItem Constructor(Color)
Specifies the primary color.

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

    Parameters

    color
    Specifies the primary color.
    See Also