See Also

Line Class  | Line Members  | Overload List

Language

Visual Basic

C#

Show All

color
Specifies the line color.
style
Specifies the LineStyle.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Line Constructor(Color,LineStyle)

Initializes a new instance of the Line class with a 1 pt line of the color and style specified.

[Visual Basic]
Public Function New( _    ByVal color As Color, _    ByVal style As LineStyle _ )
[C#]
public Line(    Color color,    LineStyle style );

Parameters

color
Specifies the line color.
style
Specifies the LineStyle.

See Also

Line Class  | Line Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.