[VB] | Public Sub setSize(width As Integer, height As Integer) |
[C#] | public void setSize(int width, int height); |
ChartDirector 5.1 (.NET Edition)
BaseChart.setSize
Usage
[VB] | Public Sub setSize(width As Integer, height As Integer) |
[C#] | public void setSize(int width, int height); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the chart in pixels. |
height | (Mandatory) | The height of the chart in pixels. |
Return Value