LibreOffice
LibreOffice 24.2 SDK API Reference
|
A helper service for the y-axis. More...
import"ChartAxisYSupplier.idl";
Exported Interfaces | |
interface | com::sun::star::chart::XAxisYSupplier |
offers access to the axis object, the title, and the grids More... | |
Public Attributes | |
boolean | HasYAxis |
Determines if the y-axis is shown or hidden. More... | |
boolean | HasYAxisDescription |
Determines if the description of the y-axis is shown or hidden. More... | |
boolean | HasYAxisGrid |
Determines if the major grid of the y-axis is shown or hidden. More... | |
boolean | HasYAxisHelpGrid |
Determines if the minor grid of the y-axis is shown or hidden. More... | |
boolean | HasYAxisTitle |
Determines if the title of the y-axis is shown or hidden. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XAxisYSupplier | |
com::sun::star::drawing::XShape | getYAxisTitle () |
com::sun::star::beans::XPropertySet | getYAxis () |
com::sun::star::beans::XPropertySet | getYHelpGrid () |
com::sun::star::beans::XPropertySet | getYMainGrid () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
A helper service for the y-axis.
interface com::sun::star::chart::XAxisYSupplier |
offers access to the axis object, the title, and the grids
|
property |
Determines if the y-axis is shown or hidden.
|
property |
Determines if the description of the y-axis is shown or hidden.
|
property |
Determines if the major grid of the y-axis is shown or hidden.
|
property |
Determines if the minor grid of the y-axis is shown or hidden.
|
property |
Determines if the title of the y-axis is shown or hidden.