ChartDirector 7.1 (.NET Edition)

FinanceChart.addTypicalPrice


Usage

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

Description

Adds a typical price line on the main chart.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color of the line.

Return Value

A LineLayer object representing the line created.