LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_XCoordinateSystem_idl
20 #define com_sun_star_chart2_XCoordinateSystem_idl
void setAxisByDimension([in] long nDimension, [in] XAxis xAxis, [in] long nIndex)
The dimension says whether it is a x, y or z axis.
long getMaximumAxisIndexByDimension([in] long nDimension)
In one dimension there could be several axes to enable main and secondary axis and maybe more in futu...
string getViewServiceName()
return a service name from which the view component for this coordinate system can be created
Definition: Ambiguous.idl:22
string getCoordinateSystemType()
identifies the type of coordinate system (e.g.
Definition: XCoordinateSystem.idl:36
long getDimension()
the dimension of the coordinate-system.
base interface of all UNO interfaces
Definition: XInterface.idl:48
XAxis getAxisByDimension([in] long nDimension, [in] long nIndex)
The dimension says whether it is a x, y or z axis.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35