ChartDirector 7.1 (.NET Edition)

FinanceChart.addChaikinMoneyFlow


Usage

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

Description

Adds a Chaikin Money Flow indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.