:: com :: sun :: star :: chart ::

service StockDiagram
Developers Guide
Charts - Stock Charts

Included Services - Summary
ChartStatistics
(referenced entity's summary:)
Diagram
(referenced entity's summary:)
ChartAxisXSupplier
(referenced entity's summary:)
ChartTwoAxisYSupplier
(referenced entity's summary:)
Exported Interfaces - Summary
XStatisticDisplay
(referenced entity's summary:)
Properties' Summary
boolean
Volume
indicates if a stock chart contains data representing the volume of stocks.  
boolean
UpDown
indicates if a stock chart contains data representing the value of stocks on the opening and closing date.  
Included Services - Details
ChartStatistics
(referenced entity's summary:)
Diagram
(referenced entity's summary:)
ChartAxisXSupplier
(referenced entity's summary:)
ChartTwoAxisYSupplier
(referenced entity's summary:)
Exported Interfaces - Details
XStatisticDisplay
(referenced entity's summary:)
Properties' Details
Volume
boolean Volume;
Description
indicates if a stock chart contains data representing the volume of stocks.

The values of the volume are represented as columns like those of a BarDiagram.

If this property is set to true, the values of the first series of the chart data are interpreted as volume.

UpDown
boolean UpDown;
Description
indicates if a stock chart contains data representing the value of stocks on the opening and closing date.

The difference will be indicated by bars. The color of the bar will be significant for positive or negative differences between open and closed data.

If this property is false, the values of the first series (or second if StockDiagram::Volume is true) of the chart data are interpreted as the day's lowest value. The next series is interpreted as the day's highest value, and the last series is interpreted as the closing value.

If this property is set to true, one additional series is needed with the opening value of the stocks. It is assumed as the series before the series with the day's lowest value.


 
Top of Page