ChartDirector 5.1 (.NET Edition)

BaseChart.setBorder


Usage

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

Description

Sets the border color of the chart.

Arguments

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

Return Value

None