ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DStyle Class / LineStyle Property

In This Topic
    LineStyle Property (Chart3DStyle)
    In This Topic
    Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots.
    Syntax
    'Declaration
     
    Public Property LineStyle As Chart3DLineStyle
    public Chart3DLineStyle LineStyle {get; set;}
    See Also