ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / LineMarker Class / DragContent Property

In This Topic
    DragContent Property
    In This Topic
    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
    public bool DragContent {get; set;}
    See Also