[C#] | public LineLayer addLineIndicator2(XYChart c, double[] data, int color, string name); |
[VB] | Public Function addLineIndicator2(c As XYChart, data As Double(), color As Integer, name As String) As LineLayer |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public LineLayer addLineIndicator2(XYChart c, double[] data, int color, string name); |
[VB] | Public Function addLineIndicator2(c As XYChart, data As Double(), color As Integer, name As String) As LineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The indicator chart to add the line to. |
data | (Mandatory) | The data series of the indicator line. |
color | (Mandatory) | The color of the indicator line. |
name | (Mandatory) | The name of the indicator. |
Return Value