ActiveReports.Chart Request technical support
CustomBorderDrawer Property
See Also 


Gets or sets the custom draw object.

Syntax

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

See Also