[VB] | Public Function addDonchianChannel(period As Integer, lineColor As Integer, fillColor As Integer) As InterLineLayer |
[C#] | public InterLineLayer addDonchianChannel(int period, int lineColor, int fillColor); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addDonchianChannel
Usage
[VB] | Public Function addDonchianChannel(period As Integer, lineColor As Integer, fillColor As Integer) As InterLineLayer |
[C#] | public InterLineLayer addDonchianChannel(int period, int lineColor, int fillColor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
period | (Mandatory) | The period to compute the band. |
lineColor | (Mandatory) | The color of the lines defining the upper and lower limits. |
fillColor | (Mandatory) | The color to fill the regional within the band. |
Return Value