LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | Public Attributes | List of all members
CoordinateSystem Service Reference

import"CoordinateSystem.idl";

Inheritance diagram for CoordinateSystem:
XChartTypeContainer XCloneable XInterface XInterface

Exported Interfaces

interface XCoordinateSystem
 
interface com::sun::star::chart2::XChartTypeContainer
 a coordinate system can contain several chart types, which then do contain the data series. More...
 
interface com::sun::star::util::XCloneable
 creates a new CoordinateSystem that contains the same members like the original object. More...
 

Public Attributes

boolean SwapXAndYAxis
 

Additional Inherited Members

- Public Member Functions inherited from XChartTypeContainer
void addChartType ([in] XChartType aChartType) raises ( com::sun::star::lang::IllegalArgumentException )
 add a chart type to the chart type container More...
 
void removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException )
 removes one data series from the chart type container. More...
 
sequence< XChartTypegetChartTypes ()
 retrieve all chart types More...
 
void setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException )
 set all chart types More...
 
- 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...
 
- Protected Member Functions inherited from XCloneable
com::sun::star::util::XCloneable createClone ()
 creates a copy of the object. More...
 

Exported Interfaces

a coordinate system can contain several chart types, which then do contain the data series.

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.

interface XCoordinateSystem

Member Data Documentation

boolean SwapXAndYAxis
optionalproperty

The documentation for this service was generated from the following file: