[C#] | public XYChart addAroon(int height, int period, int upColor, int downColor); |
[VB] | Public Function addAroon(height As Integer, period As Integer, upColor As Integer, downColor As Integer) As XYChart |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public XYChart addAroon(int height, int period, int upColor, int downColor); |
[VB] | Public Function addAroon(height As Integer, period As Integer, upColor As Integer, downColor As Integer) As XYChart |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
period | (Mandatory) | The period to compute the indicators. |
upColor | (Mandatory) | The color of the Aroon Up indicator line. |
downColor | (Mandatory) | The color of the Aroon Down indicator line. |
Return Value