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

Glossary Item Box

Gets or sets the custom border drawer object for the entire control.

Syntax

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

See Also