ActiveReports.Chart Request technical support
Line Property
See Also 


Gets or sets the line information for the line of the DataPoint.

Syntax

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

See Also