LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XAxis Interface Reference
Inheritance diagram for XAxis:
XInterface Axis

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::XPropertySetgetSubGridProperties ()
 the returned property sets must support the service GridProperties
 
sequence< com::sun::star::beans::XPropertySetgetSubTickProperties ()
 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.
 

Member Function Documentation

◆ getGridProperties()

com::sun::star::beans::XPropertySet getGridProperties ( )

the returned property set must support the service GridProperties

◆ getScaleData()

ScaleData getScaleData ( )

◆ getSubGridProperties()

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.

◆ getSubTickProperties()

sequence< com::sun::star::beans::XPropertySet > getSubTickProperties ( )

the returned property sets must support the service TickProperties

◆ setScaleData()

void setScaleData ( [in] ScaleData  aScale)

The documentation for this interface was generated from the following file: