padding
| Chart Properties to set padding in the ‘Chart Properties’ dialog box. |
Specifies the padding for the Chart as an array of pixel values.
Example
Chart1.background = 'yellow';
Chart1.padding = [0,50,0,50]; // 50 pixel padding, left and right
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |