LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XAxisXSupplier Interface Referencepublished

gives access to the x-axis of a chart. More...

import"XAxisXSupplier.idl";

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

Public Member Functions

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. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

gives access to the x-axis of a chart.

Note that not all diagrams are capable of displaying an x-axis, e.g., the PieDiagram.

See also
XDiagram

Member Function Documentation

◆ getXAxis()

Returns
the properties of the x-axis of the diagram.

The returned property set contains scaling properties as well as formatting properties.

See also
ChartAxis

◆ getXAxisTitle()

Returns
the x-axis title shape.
See also
ChartTitle

◆ getXHelpGrid()

Returns
the properties of the help grid (minor grid) of the x-axis of the diagram.
See also
ChartGrid

◆ getXMainGrid()

Returns
the properties of the main grid (major grid) of the x-axis of the diagram.
See also
ChartGrid

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