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.
|
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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.