[VB] | Public Function addSplineLineLayer(data As Double() [, color As Integer [, name As String ]]) As PolarSplineLineLayer |
[C#] | public PolarSplineLineLayer addSplineLineLayer(double[] data [, int color [, string name ]]); |
ChartDirector 5.1 (.NET Edition)
PolarChart.addSplineLineLayer
Usage
[VB] | Public Function addSplineLineLayer(data As Double() [, color As Integer [, name As String ]]) As PolarSplineLineLayer |
[C#] | public PolarSplineLineLayer addSplineLineLayer(double[] data [, int color [, string name ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
data | (Mandatory) | An array of numbers representing the data points in the layer. |
color | -1 | The color to draw the spline line. -1 means that the color is automatically selected from the palette. |
name | "" | The name of the layer. The name will be used in the legend box, if one is available. An empty string means the layer has no name. |
Return Value