ChartDirector 7.1 (.NET Edition)

FinanceChart.addADX


Usage

[C#]public XYChart addADX(int height, int period, int posColor, int negColor, int color);
[VB]Public Function addADX(height As Integer, period As Integer, posColor As Integer, negColor As Integer, color As Integer) As XYChart

Description

Adds an Average Directional Index indicators chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
posColor(Mandatory)The color of the Positive Directional Index line.
negColor(Mandatory)The color of the Negative Directional Index line.
color(Mandatory)The color of the Average Directional Index line.

Return Value

A XYChart object representing the chart created.