ChartDirector 7.1 (C++ Edition)

FinanceChart.addCloseLine


Usage

LineLayer *addCloseLine(int color);

Description

Adds a closing price line on the main chart.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color of the line.

Return Value

A LineLayer object representing the line created.