ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.Draw Method

Draws the chart on the specified drawing surface.

[Visual Basic]

Overrides Public Sub Draw( _

ByVal g As Graphics, _

ByVal r As Rectangle _

)

[C#]

override public void Draw(

Graphics g,

Rectangle r

);

[Delphi]

public procedure Draw(

g: Graphics;

r: Rectangle

); override;

Parameters

g

Graphics object on which chart must be drawn.

r

Rectangle drawn on the chart.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.