FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / OnPaintBackground Method

In This Topic
    OnPaintBackground Method (FlexChart)
    In This Topic
    Paints the background of the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaintBackground( _
       ByVal pevent As System.Windows.Forms.PaintEventArgs _
    ) 
    protected override void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs pevent
    )

    Parameters

    pevent
    See Also