ChartDirector 7.1 (C++ Edition)

PolarLayer.setBorderColor


Usage

void setBorderColor(int edgeColor);

Description

Sets the border color for drawing the data on the layer.

This method only applies to layers that represents data with elements that have borders (e.g. polar area layer and polar spline area layer).

Arguments

ArgumentDefaultDescription
edgeColor(Mandatory)The border color.

Return Value

None