[C#] | public PolarAreaLayer addAreaLayer(double[] data [, int color [, string name ]]); |
[VB] | Public Function addAreaLayer(data As Double() [, color As Integer [, name As String ]]) As PolarAreaLayer |
ChartDirector 7.1 (.NET Edition)
PolarChart.
Usage
[C#] | public PolarAreaLayer addAreaLayer(double[] data [, int color [, string name ]]); |
[VB] | Public Function addAreaLayer(data As Double() [, color As Integer [, name As String ]]) As PolarAreaLayer |
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 area. -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