ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / Draw Method

In This Topic
    Draw Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub Draw( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    public virtual void Draw( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    r
    See Also