LibreOffice
LibreOffice 24.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. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
gives access to statistical elements for the chart.
Statistical elements are used by a StockDiagram.
com::sun::star::beans::XPropertySet getDownBar | ( | ) |
TRUE
.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 | ( | ) |
TRUE
.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.