ComponentOne FinancialChart for WinForms
DrawChart Method

C1.Win.Chart Namespace > FlexChart Class : DrawChart Method
Graphics.
Size of chart.
Draws chart on the specified graphics with specified size.
Syntax
'Declaration
 
Public Sub DrawChart( _
   ByVal g As Graphics, _
   ByVal sz As Size _
) 
public void DrawChart( 
   Graphics g,
   Size sz
)

Parameters

g
Graphics.
sz
Size of chart.
See Also

Reference

FlexChart Class
FlexChart Members