ChartDirector 6.0 (Perl Edition)
FinanceChart
.addMainChart
Usage
addMainChart(height)
Description
Adds the main chart - the chart that shows the data for the prices.
The chart added is initially empty. Other methods, such as
FinanceChart.addCandleStick
and
FinanceChart.addSimpleMovingAvg
, may be used to add various layers to the chart.
Arguments
Argument
Default
Description
height
(Mandatory)
The height of the main chart in pixels.
Return Value
A
XYChart
object representing the main chart created.
© 2017 Advanced Software Engineering Limited. All rights reserved.