ActiveReports.Chart Request technical support
Weight Property
See Also 


Gets or sets the line thickness in points.

Syntax

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

See Also