Width property: Chart class
Description
On a classic page, use this property to specify a Number value indicating the width of the chart in pixels.
Note:
On a fluid page, the combination of the AspectRatio, Height, and Width properties are used to determine the size of the chart.
Generally this property is used with charts created for iScripts, to specify the width of the image, before generating the image map. You can also use it to overwrite the width set in Application Designer.
If you try to read this property before setting it, the value returned is zero.
Note:
The Height and Width properties must be set to the same value to change the size of a 2D Scatter chart, that is, a chart with the Type property set to %ChartType_2DScatter.
This property is read/write.