FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Interaction Namespace / LineMarker Class / DragLines Property

In This Topic
    DragLines Property (LineMarker)
    In This Topic
    Gets or sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag."
    Syntax
    'Declaration
     
    Public Property DragLines As System.Boolean
    public System.bool DragLines {get; set;}
    See Also