[VB] | Public Function addBarIndicator(height As Integer, data As Double(), color As Integer, name As String) As XYChart |
[C#] | public XYChart addBarIndicator(int height, double[] data, int color, string name); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addBarIndicator
Usage
[VB] | Public Function addBarIndicator(height As Integer, data As Double(), color As Integer, name As String) As XYChart |
[C#] | public XYChart addBarIndicator(int height, double[] data, int color, string name); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
data | (Mandatory) | The data series of the indicator bars. |
color | (Mandatory) | The color of the indicator bars. |
name | (Mandatory) | The name of the indicator. |
Return Value