ChartDirector 7.0 (ASP/COM/VB Edition)

DrawArea.resize


Usage

resize(newWidth, newHeight [, filter [, blur ]])

Description

Resize the drawing surface.

Arguments

ArgumentDefaultDescription
newWidth(Mandatory)The new width of the drawing surface in pixels.
newHeight(Mandatory)The new height of the drawing surface in pixels.
filterLinearFilterThe filter to use for re-sampling.
blur1The blur factor to use for re-sampling.

Return Value

None