LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XDiagram Interface Referencepublished

manages the diagram of the chart document. More...

import"XDiagram.idl";

Inheritance diagram for XDiagram:
XShape XShapeDescriptor XInterface Diagram AreaDiagram BarDiagram BubbleDiagram DonutDiagram FilledNetDiagram LineDiagram NetDiagram PieDiagram StockDiagram XYDiagram

Public Member Functions

string getDiagramType ()
 
com::sun::star::beans::XPropertySet getDataRowProperties ([in] long nRow) raises ( com::sun::star::lang::IndexOutOfBoundsException )
 
com::sun::star::beans::XPropertySet getDataPointProperties ([in] long nCol, [in] long nRow) raises ( com::sun::star::lang::IndexOutOfBoundsException )
 
- Public Member Functions inherited from XShape
com::sun::star::awt::Point getPosition ()
 gets the current position of this object. More...
 
void setPosition ([in] com::sun::star::awt::Point aPosition)
 sets the current position of this object More...
 
com::sun::star::awt::Size getSize ()
 gets the size of this object. More...
 
void setSize ([in] com::sun::star::awt::Size aSize) raises ( com::sun::star::beans::PropertyVetoException )
 sets the size of this object. More...
 
- Public Member Functions inherited from XShapeDescriptor
string getShapeType ()
 
- 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

manages the diagram of the chart document.

See also
XChartDocument

Member Function Documentation

◆ getDataPointProperties()

com::sun::star::beans::XPropertySet getDataPointProperties ( [in] long  nCol,
[in] long  nRow 
)
raises (com::sun::star::lang::IndexOutOfBoundsException
)
Returns
the properties of the specified data point.
Parameters
nColthe index of the data point of a series (0-based).
nRowthe index of a series (0-based).
See also
ChartDataPointProperties

◆ getDataRowProperties()

Returns
the properties of the specified data row (series).
Parameters
nRowthe index of the series (0-based)
See also
ChartDataRowProperties

◆ getDiagramType()

string getDiagramType ( )
Returns
a string representing the diagram type. This string contains the fully qualified name of the corresponding service.

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