LibreOffice
LibreOffice 5.0 SDK API Reference
|
A helper service for chart documents which supply a z-axis. More...
import "ChartAxisZSupplier.idl";
Exported Interfaces | |
interface | com::sun::star::chart::XAxisZSupplier |
offers access to the axis object, the title, and the grids More... | |
Public Attributes | |
boolean | HasZAxis |
Determines if the z-axis is shown or hidden. More... | |
boolean | HasZAxisDescription |
Determines if the description of the z-axis is shown or hidden. More... | |
boolean | HasZAxisGrid |
Determines if the major grid of the z-axis is shown or hidden. More... | |
boolean | HasZAxisHelpGrid |
Determines if the minor grid of the z-axis is shown or hidden. More... | |
boolean | HasZAxisTitle |
Determines if the title of the z-axis is shown or hidden. More... | |
Additional Inherited Members | |
![]() | |
com::sun::star::drawing::XShape | getZAxisTitle () |
com::sun::star::beans::XPropertySet | getZMainGrid () |
com::sun::star::beans::XPropertySet | getZHelpGrid () |
com::sun::star::beans::XPropertySet | getZAxis () |
A helper service for chart documents which supply a z-axis.
interface com::sun::star::chart::XAxisZSupplier |
offers access to the axis object, the title, and the grids
|
property |
Determines if the z-axis is shown or hidden.
|
property |
Determines if the description of the z-axis is shown or hidden.
|
property |
Determines if the major grid of the z-axis is shown or hidden.
|
property |
Determines if the minor grid of the z-axis is shown or hidden.
|
property |
Determines if the title of the z-axis is shown or hidden.