ComponentOne FlexChart for WinForms
DragContent Property


C1.Win.Chart.Interaction Namespace > LineMarker Class : DragContent Property
Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."
Syntax
'Declaration
 
Public Property DragContent As Boolean
'Usage
 
Dim instance As LineMarker
Dim value As Boolean
 
instance.DragContent = value
 
value = instance.DragContent
public bool DragContent {get; set;}
See Also

Reference

LineMarker Class
LineMarker Members