LibreOffice
LibreOffice 24.2 SDK API Reference
|
Easier access to the different axes within a chart. More...
Public Member Functions | |
com::sun::star::chart::XAxis | getAxis ([in] long nDimensionIndex) |
com::sun::star::chart::XAxis | getSecondaryAxis ([in] long nDimensionIndex) |
![]() | |
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). |