ActiveReports.Chart Request technical support
AreaCustomBorderDrawer Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property AreaCustomBorderDrawer As ICustomBorderDrawer
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim value As ICustomBorderDrawer
 
instance.AreaCustomBorderDrawer = value
 
value = instance.AreaCustomBorderDrawer
C# 
public ICustomBorderDrawer AreaCustomBorderDrawer {get; set;}

See Also