ChartDirector 7.1 (.NET Edition)

FinanceChart.addNVI


Usage

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

Description

Adds a Negative Volume Index indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.