FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DElevation Class / DropLines Property

In This Topic
    DropLines Property (Chart3DElevation)
    In This Topic
    Gets or sets a value indicating whether a scatter chart's points should have drop lines.
    Syntax
    'Declaration
     
    Public Property DropLines As Boolean
    public bool DropLines {get; set;}
    Remarks
    Relevant only for scatter charts.
    See Also