ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / Draw Method

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

    Parameters

    g
    r
    See Also