ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / DragContent Property

In This Topic
    DragContent Property (LineMarker)
    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
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.DragContent", "Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."")>
    Public Property DragContent As Boolean
    [C1Description("Interaction.LineMarker.DragContent", "Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."")]
    public bool DragContent {get; set;}
    See Also