See Also

Line3d Class  | Line3d Members

Language

Visual Basic

C#

Show All

fillStyle
Specifies the backdrop for the Line3d object.
lineStyle
Specifies the line information for the Line3d object.
width
Specifies the width of the Line3d object.
pointData
The array of floating-point numbers that represent the location and size of the 3d line shape.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Line3d Constructor

Initializes a new instance of the Line3d class.

[Visual Basic]
Public Function New( _    ByVal fillStyle As Backdrop, _    ByVal lineStyle As Line, _    ByVal width As Single, _    ByVal pointData() As PointF _ )
[C#]
public Line3d(    Backdrop fillStyle,    Line lineStyle,    float width,    PointF[] pointData );

Parameters

fillStyle
Specifies the backdrop for the Line3d object.
lineStyle
Specifies the line information for the Line3d object.
width
Specifies the width of the Line3d object.
pointData
The array of floating-point numbers that represent the location and size of the 3d line shape.

See Also

Line3d Class  | Line3d Members

 

 


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