ChartDirector 7.1 (.NET Edition)

FinanceChart.setPlotAreaBorder


Usage

[C#]public void setPlotAreaBorder(int borderColor, int borderGap);
[VB]Public Sub setPlotAreaBorder(borderColor As Integer, borderGap As Integer)

Description

Sets the plot area border color and the gap distance between charts. The default is a grey (888888) border with two 2 pixels gap between charts.

Arguments

ArgumentDefaultDescription
borderColor(Mandatory)The plot area border color.
borderGap(Mandatory)The distance between charts.

Return Value

None