ActiveReports.Chart Request technical support
Border Property
See Also 


Gets or sets the border information with which to outline the legend box.

Syntax

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

See Also