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

In This Topic
    DropLines Property
    In This Topic
    Determines whether scatter chart points have droplines. Set this property to true if points should have drop lines.
    Syntax
    'Declaration
     
    Public Property DropLines As System.Boolean
    public System.bool DropLines {get; set;}
    Remarks
    Only for scatter chart.
    See Also