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