:: com :: sun :: star :: chart2 ::

service CoordinateSystem

Exported Interfaces
XCoordinateSystem
XChartTypeContainer
Description
a coordinate system can contain several charttypes, which than do contain the data series.
::com::sun::star::util::XCloneable
Usage Restrictions
optional
Description
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.
Properties' Summary
boolean
SwapXAndYAxis
[ OPTIONAL ]
 
Properties' Details
SwapXAndYAxis
boolean SwapXAndYAxis;
Usage Restrictions
optional

 
Top of Page