ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / FlexChart 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 Overrides Sub DrawChart( _
       ByVal g As Graphics, _
       ByVal pt As Point, _
       ByVal sz As Size _
    ) 
    public override void DrawChart( 
       Graphics g,
       Point pt,
       Size sz
    )

    Parameters

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