| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
gives access to statistical elements for the chart. More...
import "XStatisticDisplay.idl";
 
  
| Public Member Functions | |
| com::sun::star::beans::XPropertySet | getUpBar () | 
| com::sun::star::beans::XPropertySet | getDownBar () | 
| com::sun::star::beans::XPropertySet | getMinMaxLine () | 
| 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. | |
gives access to statistical elements for the chart.
Statistical elements are used by a StockDiagram.
| com::sun::star::beans::XPropertySet getDownBar | ( | ) | 
The DownBar is the box that is drawn between the open and close value of a stock, when the closing value is below the opening value, i.e., the stock price fell.
| com::sun::star::beans::XPropertySet getMinMaxLine | ( | ) | 
| com::sun::star::beans::XPropertySet getUpBar | ( | ) | 
The UpBar is the box that is drawn between the open and close value of a stock, when the closing value is above the opening value, i.e., the stock price rose.