|
long | getDimension () |
| the dimension of the coordinate-system.
|
|
string | getCoordinateSystemType () |
| identifies the type of coordinate system (e.g.
|
|
string | getViewServiceName () |
| return a service name from which the view component for this coordinate system can be created
|
|
void | setAxisByDimension ([in] long nDimension, [in] XAxis xAxis, [in] long nIndex) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
| The dimension says whether it is a x, y or z axis.
|
|
XAxis | getAxisByDimension ([in] long nDimension, [in] long nIndex) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
| The dimension says whether it is a x, y or z axis.
|
|
long | getMaximumAxisIndexByDimension ([in] long nDimension) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
| In one dimension there could be several axes to enable main and secondary axis and maybe more in future.
|
|
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.
|
|
void | addChartType ([in] XChartType aChartType) raises ( com::sun::star::lang::IllegalArgumentException ) |
| add a chart type to the chart type container
|
|
void | removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException ) |
| removes one data series from the chart type container.
|
|
sequence< XChartType > | getChartTypes () |
| retrieve all chart types
|
|
void | setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException ) |
| set all chart types
|
|
com::sun::star::util::XCloneable | createClone () |
| creates a copy of the object.
|
|
◆ com::sun::star::chart2::XChartTypeContainer
a coordinate system can contain several chart types, which then do contain the data series.
◆ com::sun::star::util::XCloneable
creates a new CoordinateSystem that contains the same members like the original object.
Note that the contained XScales are still the same objects, i.e. those are not cloned.
◆ XCoordinateSystem
◆ SwapXAndYAxis
The documentation for this service was generated from the following file: