[C#] | public BarLayer addBarIndicator2(XYChart c, double[] data, int color, string name); |
[VB] | Public Function addBarIndicator2(c As XYChart, data As Double(), color As Integer, name As String) As BarLayer |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public BarLayer addBarIndicator2(XYChart c, double[] data, int color, string name); |
[VB] | Public Function addBarIndicator2(c As XYChart, data As Double(), color As Integer, name As String) As BarLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The indicator chart to add the bar layer to. |
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