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
>
8 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
10 #include
<com
/sun
/star
/chart2
/ScaleData.idl
>
21 interface XAxis
: ::com
::sun
::star
::uno
::XInterface
25 void setScaleData
( [in] ScaleData aScale
);
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
();