ChartDirector 7.1 (.NET Edition)

BaseChart.setBorder


Usage

[C#]public void setBorder(int color);
[VB]Public Sub setBorder(color As Integer)

Description

Sets the border color of the chart.

Arguments

ArgumentDefaultDescription
color(Mandatory)The border color of the chart.

Return Value

None