ChartDirector 7.1 (.NET Edition)

FinanceChart.addAccDist


Usage

[C#]public XYChart addAccDist(int height, int color);
[VB]Public Function addAccDist(height As Integer, color As Integer) As XYChart

Description

Adds an Accumulation/Distribution indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.