[]
        
(Showing Draft Content)

C1.Document.FlexChart.IDrawAndHitTest.Draw

Draw Method

Draw(C1Graphics, double, double)

Draws the chart content to the specified graphics surface using the provided dimensions.

Declaration
void Draw(C1Graphics graphics, double width, double height)
Sub Draw(graphics As C1Graphics, width As Double, height As Double)
Parameters
Type Name Description
C1Graphics graphics

The graphics rendering context to draw into.

double width

The target drawing width in device-independent units.

double height

The target drawing height in device-independent units.