ChartDirector 7.1 (C++ Edition)

PolarChart.addLineLayer


Usage

PolarLineLayer *addLineLayer(DoubleArray data, int color = -1, const char *name = 0);

Description

Adds a polar line layer to the polar chart.

Arguments

ArgumentDefaultDescription
data(Mandatory)An array of numbers representing the data points in the layer.
color-1The color to draw the 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

A PolarLineLayer object representing the chart layer created.