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
<C1DescriptionAttribute("Interaction.LineMarker.DragLines", "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."")>
Public Property DragLines As Boolean
[C1Description("Interaction.LineMarker.DragLines", "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."")]
public bool DragLines {get; set;}
See Also