ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DStyle Class / Chart3DStyle Constructor / Chart3DStyle Constructor(Chart3DSymbolStyle,Chart3DLineStyle)
Symbol style.
Line style.

In This Topic
    Chart3DStyle Constructor(Chart3DSymbolStyle,Chart3DLineStyle)
    In This Topic
    Initializes a new instance of the Chart3DStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sstyle As Chart3DSymbolStyle, _
       ByVal lstyle As Chart3DLineStyle _
    )
    public Chart3DStyle( 
       Chart3DSymbolStyle sstyle,
       Chart3DLineStyle lstyle
    )

    Parameters

    sstyle
    Symbol style.
    lstyle
    Line style.
    See Also