Easier access to the different axes within a chart. More...
import "XAxisSupplier.idl";
 
  
| Public Member Functions | |
| com::sun::star::chart::XAxis | getAxis ([in] long nDimensionIndex) | 
| com::sun::star::chart::XAxis | getSecondaryAxis ([in] long nDimensionIndex) | 
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Easier access to the different axes within a chart.
| com::sun::star::chart::XAxis getAxis | ( | [in] long | nDimensionIndex | ) | 
| nDimensionIndex | Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x). | 
| com::sun::star::chart::XAxis getSecondaryAxis | ( | [in] long | nDimensionIndex | ) | 
| nDimensionIndex | Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x). |