Initializes a new instance of the Chart3DContourStyle class with specified parameters.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public Chart3DContourStyle(
	Color fillColor,
	Color lineColor,
	float width,
	LinePatternEnum pattern
)
Visual Basic
Public Sub New ( _
	fillColor As Color, _
	lineColor As Color, _
	width As Single, _
	pattern As LinePatternEnum _
)

Parameters

fillColor
Type: System.Drawing..::..Color
Fill color.
lineColor
Type: System.Drawing..::..Color
Line color.
width
Type: System..::..Single
Line width.
pattern
Type: C1.Win.C1Chart3D..::..LinePatternEnum
Line pattern.

See Also