ActiveReports Developer 7
CustomBorderDrawer Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Title Class : CustomBorderDrawer Property

Glossary Item Box

Gets or sets the custom border draw implementation class.

Syntax

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

See Also