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

Glossary Item Box

Gets or sets the custom border drawer object for the ChartAreas.

Syntax

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

See Also