ChartDirector 6.0 (Ruby Edition)

FinanceChart.addLineIndicator


Usage

addLineIndicator(height, data, color, name)

Description

Adds a generic line indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
data(Mandatory)The data series of the indicator line.
color(Mandatory)The color of the indicator line.
name(Mandatory)The name of the indicator.

Return Value

A XYChart object representing the chart created.