Returns ids of all axes in the specified Grid. Grids are sections of a graph that contains one or more horizontally stacked Y-axes and one or more vertically stacked X-axes.
Number | Type | Compulsory | Default | Description |
1 | string | Yes |
Grid id
Return type: string array
Curve ids
This function returns all axes both X and Y. These can also be obtained from the XAxes and YAxes properties of the Grid object. For example to get the y-axes use function call GetGraphObjPropValue(ID, 'yaxes', 'array'). See GetGraphObjPropValue
▲Function Summary▲ | ||
◄ GetGraphTitle | GetGridCurves ▶ |