2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (baseChart)
    In This Topic
    The background image used for the control.
    Syntax
    'Declaration
     
    Public Overrides Property BackgroundImage As System.Drawing.Image
    public override System.Drawing.Image BackgroundImage {get; set;}
    See Also