ComponentOne FlexChart 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 _
) 
'Usage
 
Dim instance As FlexChart
Dim g As Graphics
Dim sz As Size
 
instance.DrawChart(g, sz)
public void DrawChart( 
   Graphics g,
   Size sz
)

Parameters

g
Graphics.
sz
Size of chart.
See Also

Reference

FlexChart Class
FlexChart Members