ActiveReports Developer 7
Border Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : Border Property

Glossary Item Box

Gets or sets the border information for the chart.

Syntax

Visual Basic (Declaration) 
Public Property Border As Border
C# 
public Border Border {get; set;}

Remarks

This border spans the whole Chart control area.

See Also