[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChart.Draw

Draw Method

Draw(Graphics, Rectangle)

Draws rectangle area.

Declaration
public virtual void Draw(Graphics g, Rectangle r)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Rectangle r

A rectangle to draw.

Implements