[C#] | public LineLayer addComparison(double[] data, int color, string name); |
[VB] | Public Function addComparison(data As Double(), color As Integer, name As String) As LineLayer |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public LineLayer addComparison(double[] data, int color, string name); |
[VB] | Public Function addComparison(data As Double(), color As Integer, name As String) As LineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
data | (Mandatory) | An array of numbers representing the data series. |
color | (Mandatory) | The color of the line. |
name | (Mandatory) | The name of the data series. |
Return Value