ChartDirector 7.1 (.NET Edition)

FinanceChart.addWeightedClose


Usage

[C#]public LineLayer addWeightedClose(int color);
[VB]Public Function addWeightedClose(color As Integer) As LineLayer

Description

Adds a weighted close line on the main chart.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color of the line.

Return Value

A LineLayer object representing the line created.