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

Glossary Item Box

Gets or sets the custom draw object.

Syntax

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

See Also