C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartStyle Class / DrawBorder Method
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
The rectangle border to draw.

In This Topic
DrawBorder Method
In This Topic
Draws the border.
Syntax
'Declaration
 
Public Overridable Sub DrawBorder( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle _
) 
 

Parameters

g
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
r
The rectangle border to draw.
See Also