ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourStyle Class / Chart3DContourStyle Constructor / Chart3DContourStyle Constructor(Color,Color,Single,LinePatternEnum)
Fill color.
Line color.
Line width.
Line pattern.

In This Topic
    Chart3DContourStyle Constructor(Color,Color,Single,LinePatternEnum)
    In This Topic
    Initializes a new instance of the Chart3DContourStyle class with specified parameters.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fillColor As System.Drawing.Color, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal width As System.Single, _
       ByVal pattern As LinePatternEnum _
    )
    public Chart3DContourStyle( 
       System.Drawing.Color fillColor,
       System.Drawing.Color lineColor,
       System.float width,
       LinePatternEnum pattern
    )

    Parameters

    fillColor
    Fill color.
    lineColor
    Line color.
    width
    Line width.
    pattern
    Line pattern.
    See Also