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

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

    Parameters

    g
    Graphics.
    pt
    Point.
    sz
    Size of chart.
    See Also