[]
Initializes a new instance of the Chart3DContourStyle class.
public Chart3DContourStyle()
Public Sub New()
Initializes a new instance of the Chart3DContourStyle class with specified parameters.
public Chart3DContourStyle(Color fillColor, Color lineColor, float width, LinePatternEnum pattern)
Public Sub New(fillColor As Color, lineColor As Color, width As Single, pattern As LinePatternEnum)
| Type | Name | Description |
|---|---|---|
| Color | fillColor | Fill color. |
| Color | lineColor | Line color. |
| float | width | Line width. |
| LinePatternEnum | pattern | Line pattern. |