| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
has to be supported by charts providing the capabilities of a horizontal axis, i.e., an x-axis. More...
import "ChartAxisXSupplier.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::chart::XAxisXSupplier | 
| offers access to the axis object, the title, and the grids | |
| Public Attributes | |
| boolean | HasXAxis | 
| This property determines if the x-axis is shown or hidden. | |
| boolean | HasXAxisDescription | 
| Determines if the description of the x-axis is shown or hidden. | |
| boolean | HasXAxisGrid | 
| Determines if the major grid of the x-axis is shown or hidden. | |
| boolean | HasXAxisHelpGrid | 
| Determines if the minor grid of the x-axis is shown or hidden. | |
| boolean | HasXAxisTitle | 
| Determines if the title of the x-axis is shown or hidden. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XAxisXSupplier | |
| com::sun::star::drawing::XShape | getXAxisTitle () | 
| com::sun::star::beans::XPropertySet | getXAxis () | 
| com::sun::star::beans::XPropertySet | getXMainGrid () | 
| com::sun::star::beans::XPropertySet | getXHelpGrid () | 
| 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. | |
has to be supported by charts providing the capabilities of a horizontal axis, i.e., an x-axis.
| interface com::sun::star::chart::XAxisXSupplier | 
offers access to the axis object, the title, and the grids
| 
 | property | 
This property determines if the x-axis is shown or hidden.
| 
 | property | 
Determines if the description of the x-axis is shown or hidden.
| 
 | property | 
Determines if the major grid of the x-axis is shown or hidden.
| 
 | property | 
Determines if the minor grid of the x-axis is shown or hidden.
| 
 | property | 
Determines if the title of the x-axis is shown or hidden.