FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / DrawChart Method / DrawChart(Graphics,Size) Method
Graphics.
Size of chart.

In This Topic
    DrawChart(Graphics,Size) Method
    In This Topic
    Draws chart on the specified graphics with specified size.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawChart( _
       ByVal g As System.Drawing.Graphics, _
       ByVal sz As System.Drawing.Size _
    ) 
    public void DrawChart( 
       System.Drawing.Graphics g,
       System.Drawing.Size sz
    )

    Parameters

    g
    Graphics.
    sz
    Size of chart.
    See Also