ChartDirector 7.1 (.NET Edition)

BaseChart.setSize


Usage

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

Description

Sets the size of the chart, exclusive of the drop shadow (if any).

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the chart in pixels.
height(Mandatory)The height of the chart in pixels.

Return Value

None