1 #ifndef com_sun_star_chart2_CoordinateSystem_idl
2 #define com_sun_star_chart2_CoordinateSystem_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include
<com
/sun
/star
/uno
/XInterface.idl
>
8 #ifndef com_sun_star_chart2_XScale_idl
9 #include
<com
/sun
/star
/chart2
/XScale.idl
>
12 #ifndef __com_sun_star_util_XCloneable_idl__
13 #include
<com
/sun
/star
/util
/XCloneable.idl
>
16 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
17 #include
<com
/sun
/star
/lang
/IndexOutOfBoundsException.idl
>
31 service CoordinateSystem
35 interface XCoordinateSystem
;
37 /** a coordinate system can contain several charttypes, which than do contain the data series.
39 interface com
::sun
::star
::chart2
::XChartTypeContainer
;
41 /** creates a new CoordinateSystem that contains the same
42 members like the original object. Note that the contained
43 XScales are still the same objects, i.e. those are not cloned.
45 [optional] interface com
::sun
::star
::util
::XCloneable
;
47 [optional, property
] boolean SwapXAndYAxis
;