ChartDirector 7.0 (Python Edition)

PolarLayer.setBorderColor


Usage

setBorderColor(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