ActiveReports.Chart Request technical support
Style Property
See Also 


Gets or sets the style used to draw the line.

Syntax

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

Return Value

A valid LineStyle enumeration.

See Also