merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XAxis.idl
blob9a116c1a3bd49f69ad7788e8a9309c0d3c7b3c5a
1 #ifndef com_sun_star_chart_XAxis_idl
2 #define com_sun_star_chart_XAxis_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 #include <com/sun/star/beans/XPropertySet.idl>
10 #include <com/sun/star/chart2/ScaleData.idl>
12 module com
14 module sun
16 module star
18 module chart2
21 interface XAxis : ::com::sun::star::uno::XInterface
23 /**
25 void setScaleData( [in] ScaleData aScale );
27 /**
29 ScaleData getScaleData();
31 /** the returned property set must support the service
32 <type>GridProperties</type>
34 com::sun::star::beans::XPropertySet getGridProperties();
36 /** the returned property sets must support the service
37 <type>GridProperties</type>
39 <p>If you do not want to render certain a sub-grid, in the
40 corresponding <type>XPropertySet</type> the property
41 <member>GridProperties::Show</member> must be <FALSE/>.</p>
43 sequence< com::sun::star::beans::XPropertySet > getSubGridProperties();
45 /** the returned property sets must support the service
46 <type>TickProperties</type>
48 sequence< com::sun::star::beans::XPropertySet > getSubTickProperties();
51 } ; // chart2
52 } ; // com
53 } ; // sun
54 } ; // star
56 #endif