LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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). |