[VB] | Public Function addCandleStick(upColor As Integer, downColor As Integer) As CandleStickLayer |
[C#] | public CandleStickLayer addCandleStick(int upColor, int downColor); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addCandleStick
Usage
[VB] | Public Function addCandleStick(upColor As Integer, downColor As Integer) As CandleStickLayer |
[C#] | public CandleStickLayer addCandleStick(int upColor, int downColor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
upColor | (Mandatory) | The candle color for a up day. |
downColor | (Mandatory) | The candle color for a down day. |
Return Value