ComponentOne FinancialChart for WPF
DragContent Property



C1.WPF.Chart.Interaction Namespace > C1LineMarker 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 C1LineMarker
Dim value As Boolean
 
instance.DragContent = value
 
value = instance.DragContent
public bool DragContent {get; set;}
public:
property bool DragContent {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1LineMarker Class
C1LineMarker Members