[C#] | public LineLayer addLineLayer2([ int dataCombineMethod [, int depth ]]); |
[VB] | Public Function addLineLayer2([ dataCombineMethod As Integer [, depth As Integer ]]) As LineLayer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public LineLayer addLineLayer2([ int dataCombineMethod [, int depth ]]); |
[VB] | Public Function addLineLayer2([ dataCombineMethod As Integer [, depth As Integer ]]) As LineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
dataCombineMethod | Overlay | In this version of ChartDirector, this parameter is ignored. |
depth | 0 | The 3D depth of the line layer. |
Return Value