ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / OnPaintChart Method

In This Topic
    OnPaintChart Method (FlexChart)
    In This Topic
    Paints the chart.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPaintChart( _
       ByVal pe As PaintEventArgs _
    ) 
    protected virtual void OnPaintChart( 
       PaintEventArgs pe
    )

    Parameters

    pe
    See Also