| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
manages the diagram of the chart document. More...
import "XDiagram.idl";
 
  
| 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. | |
| void | setPosition ([in] com::sun::star::awt::Point aPosition) | 
| sets the current position of this object | |
| com::sun::star::awt::Size | getSize () | 
| gets the size of this object. | |
| void | setSize ([in] com::sun::star::awt::Size aSize) raises ( com::sun::star::beans::PropertyVetoException ) | 
| sets the size of this object. | |
| 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. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
manages the diagram of the chart document.
| com::sun::star::beans::XPropertySet getDataPointProperties | ( | [in] long | nCol, | |||
| [in] long | nRow ) | |||||
| raises | ( | com::sun::star::lang::IndexOutOfBoundsException ) | ||||
| nCol | the index of the data point of a series (0-based). | 
| nRow | the index of a series (0-based). | 
| com::sun::star::beans::XPropertySet getDataRowProperties | ( | [in] long | nRow | ) | ||
| raises | ( | com::sun::star::lang::IndexOutOfBoundsException ) | ||||
| nRow | the index of the series (0-based) | 
| string getDiagramType | ( | ) |