ChartDirector 7.1 (.NET Edition)

FinanceChart.addCandleStick


Usage

[C#]public CandleStickLayer addCandleStick(int upColor, int downColor);
[VB]Public Function addCandleStick(upColor As Integer, downColor As Integer) As CandleStickLayer

Description

Adds a candlestick layer to the main chart.

Arguments

ArgumentDefaultDescription
upColor(Mandatory)The candle color for a up day.
downColor(Mandatory)The candle color for a down day.

Return Value

A CandleStickLayer object representing the candlestick layer created.