import "XAxis.idl";
 
  
| Public Member Functions | |
| void | setScaleData ([in] ScaleData aScale) | 
| ScaleData | getScaleData () | 
| com::sun::star::beans::XPropertySet | getGridProperties () | 
| the returned property set must support the service GridProperties | |
| sequence< com::sun::star::beans::XPropertySet > | getSubGridProperties () | 
| the returned property sets must support the service GridProperties | |
| sequence< com::sun::star::beans::XPropertySet > | getSubTickProperties () | 
| the returned property sets must support the service TickProperties | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| com::sun::star::beans::XPropertySet getGridProperties | ( | ) | 
the returned property set must support the service GridProperties
| ScaleData getScaleData | ( | ) | 
| sequence< com::sun::star::beans::XPropertySet > getSubGridProperties | ( | ) | 
the returned property sets must support the service GridProperties
If you do not want to render certain a sub-grid, in the corresponding XPropertySet the property GridProperties::Show must be FALSE.
| sequence< com::sun::star::beans::XPropertySet > getSubTickProperties | ( | ) | 
the returned property sets must support the service TickProperties
| void setScaleData | ( | [in] ScaleData | aScale | ) |