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
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |