ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / DragLines Property



In This Topic
    DragLines Property
    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 Boolean
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Boolean
     
    instance.DragLines = value
     
    value = instance.DragLines
    public bool DragLines {get; set;}
    public:
    property bool DragLines {
       bool get();
       void set (    bool value);
    }
    See Also