Top | Module | Use | Manual | Index |
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS  |
Note that the data must have a specific structure for stock diagrams. Let us assume that data is interpreted, such that series are taken from columns (see property Diagram::DataRowSource ). Then you need tables of the following structures for different types:
StockDiagram::Volume is false
StockDiagram::UpDown is false
Low | High | Close |
… | … | … |
StockDiagram::Volume is true
StockDiagram::UpDown is false
Volume | Low | High | Close |
… | … | … | … |
StockDiagram::Volume is false
StockDiagram::UpDown is true
Open | Low | High | Close |
… | … | … | … |
StockDiagram::Volume is true
StockDiagram::UpDown is true
Volume | Open | Low | High | Close |
… | … | … | … | … |
Included Services |
|
com::sun::star::chart::ChartStatistics |
|
com::sun::star::chart::Diagram |
|
com::sun::star::chart::ChartAxisXSupplier |
|
com::sun::star::chart::ChartTwoAxisYSupplier |
|
Exported Interfaces |
|
com::sun::star::chart::XStatisticDisplay |
|
Properties' Summary |
|
Volume | indicates if a stock chart contains data representing the volume of stocks. |
UpDown | indicates if a stock chart contains data representing the value of stocks on the opening and closing date. |
Properties' Details |
|
|
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.