| Last updated: 2010-06-05 |
| Layout | index | previous | next |
| CloseChart() |
| Argument | required | type | range | default | notes |
| Examples: |
|
CloseChart() |
| Notes: |
| CloseDrawing() |
| Argument | required | type | range | default | notes |
| Example: |
|
CloseDrawing() |
| Notes: |
| Not necessary, only for completness. |
| CloseView() |
| Argument | required | type | range | default | notes |
| Example: |
|
CloseView() |
| Notes: |
| OpenChart(left;top;width;height;isPlotArea) |
| Argument | required | type | range | default | notes |
| left | | num | -10000..+10000 | Dimension:[pt] | |
| top | | num | -10000..+10000 | Dimension:[pt] | |
| width | | num | 1..10000 | Dimension:[pt] | |
| height | | num | 1..10000 | Dimension:[pt] | |
| isPlotArea | int | 0..1 | off | used for overlay graphs |
| Examples: |
|
OpenChart(0;0;400;300) |
| OpenChart(100;150;400;250;on) |
| Notes: |
| left and top are relative to the enclosing view. |
| OpenDrawing(width;height;type;antialiasing) |
| Argument | required | type | range | default | notes |
| width | | num | 1..10000 | Dimension:[pt] | |
| height | | num | 1..10000 | Dimension:[pt] | |
| type | int | -1..1 | 0 | see note 1 | |
| antialiasing | int | 0..3 | 3 | see note 2 |
| Example: |
| OpenDrawing(300;200) |
| OpenDrawing(400;300;1;2) |
| Note 1: |
| type = 0: xmCHART creates PDF vector graphics |
| type = 1: xmCHART creates bitmap graphics |
| type = -1: xmCHART creates EMF vector graphics (Windows only) |
| Note 2: |
| antialiasing = 0: no antialiasing |
| antialiasing = 1: antialiasing geometric shapes |
| antialiasing = 2: antialiasing texts |
| antialiasing = 3: antialiasing geometric shapes and texts (default) |
| OpenView(left;top;width;height) |
| Argument | required | type | range | default | notes |
| left | | num | -10000..+10000 | Dimension:[pt] | |
| top | | num | -10000..+10000 | Dimension:[pt] | |
| width | | num | 1..10000 | Dimension:[pt] | |
| height | | num | 1..10000 | Dimension:[pt] |
| Examples: |
|
OpenView(0;0;300;200) |
| OpenView(200;-50;300;400) |
| Notes: |
| In case of a nested view, left and top are relative to the enclosing view. |
| ©2010 X2max Software | index | previous | next |