ChartDirector 5.1 (.NET Edition)

FinanceChart.addAroon


Usage

[VB] Public Function addAroon(height As Integer, period As Integer, upColor As Integer, downColor As Integer) As XYChart
[C#] public XYChart addAroon(int height, int period, int upColor, int downColor);

Description

Adds an Aroon Up/Down indicators chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicators.
upColor(Mandatory)The color of the Aroon Up indicator line.
downColor(Mandatory)The color of the Aroon Down indicator line.

Return Value

A XYChart object representing the chart created.