LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | Public Attributes | List of all members
ChartAxisXSupplier Service Referencepublished

has to be supported by charts providing the capabilities of a horizontal axis, i.e., an x-axis. More...

import "ChartAxisXSupplier.idl";

Inheritance diagram for ChartAxisXSupplier:
XAxisXSupplier XInterface AreaDiagram BarDiagram BubbleDiagram ChartTwoAxisXSupplier FilledNetDiagram LineDiagram StockDiagram XYDiagram

Exported Interfaces

interface com::sun::star::chart::XAxisXSupplier
 offers access to the axis object, the title, and the grids More...
 

Public Attributes

boolean HasXAxis
 This property determines if the x-axis is shown or hidden. More...
 
boolean HasXAxisDescription
 Determines if the description of the x-axis is shown or hidden. More...
 
boolean HasXAxisGrid
 Determines if the major grid of the x-axis is shown or hidden. More...
 
boolean HasXAxisHelpGrid
 Determines if the minor grid of the x-axis is shown or hidden. More...
 
boolean HasXAxisTitle
 Determines if the title of the x-axis is shown or hidden. More...
 

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 ()
 

Detailed Description

has to be supported by charts providing the capabilities of a horizontal axis, i.e., an x-axis.

Exported Interfaces

offers access to the axis object, the title, and the grids

Member Data Documentation

boolean HasXAxis
property

This property determines if the x-axis is shown or hidden.

See Also
ChartAxis
boolean HasXAxisDescription
property

Determines if the description of the x-axis is shown or hidden.

boolean HasXAxisGrid
property

Determines if the major grid of the x-axis is shown or hidden.

See Also
ChartGrid
boolean HasXAxisHelpGrid
property

Determines if the minor grid of the x-axis is shown or hidden.

See Also
ChartGrid
boolean HasXAxisTitle
property

Determines if the title of the x-axis is shown or hidden.

See Also
ChartTitle

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