ChartDirector 7.1 (.NET Edition)

DrawArea.setSize


Usage

[C#]public void setSize(int width, int height [, int bgColor ]);
[VB]Public Sub setSize(width As Integer, height As Integer [, bgColor As Integer ])

Description

Sets the size and background color of the drawing surface.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the drawing surface in pixels.
height(Mandatory)The height of the drawing surface in pixels.
bgColorFFFFFFThe background color of the drawing surface.

Return Value

None