ActiveReports.Chart Request technical support
Border Property
See Also 


Gets or sets the border information used to outline the label.

Syntax

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

See Also