ActiveReports Developer 7
ChartBorder Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : ChartBorder Property

Glossary Item Box

Gets or sets the border used to draw around the chart.

Syntax

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

See Also