[VB] | Public Function addAccDist(height As Integer, color As Integer) As XYChart |
[C#] | public XYChart addAccDist(int height, int color); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addAccDist
Usage
[VB] | Public Function addAccDist(height As Integer, color As Integer) As XYChart |
[C#] | public XYChart addAccDist(int height, int color); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
color | (Mandatory) | The color of the indicator line. |
Return Value