[C#] | public XYChart addOBV(int height, int color); |
[VB] | Public Function addOBV(height As Integer, color As Integer) As XYChart |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public XYChart addOBV(int height, int color); |
[VB] | Public Function addOBV(height As Integer, color As Integer) As XYChart |
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