[]
        
(Showing Draft Content)

C1.Win.Chart.FlexChartBase.DrawChart

DrawChart Method

DrawChart(Graphics, Size)

Draws chart on the specified graphics with specified size.

Declaration
public void DrawChart(Graphics g, Size sz)
Parameters
Type Name Description
Graphics g

Graphics.

Size sz

Size of chart.

DrawChart(Graphics, Point, Size)

Draws chart on the specified graphics at the specified point with specified size.

Declaration
public virtual void DrawChart(Graphics g, Point pt, Size sz)
Parameters
Type Name Description
Graphics g

Graphics.

Point pt

Point.

Size sz

Size of chart.