ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / PositionChanged Event

In This Topic
    PositionChanged Event (LineMarker)
    In This Topic
    Fires when marker position was changed, allows to update content.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.PositionChanged", "Fires when marker position was changed, allows to update content.")>
    Public Event PositionChanged As LineMarker.PositionChangedEventHandler
    [C1Description("Interaction.LineMarker.PositionChanged", "Fires when marker position was changed, allows to update content.")]
    public event LineMarker.PositionChangedEventHandler PositionChanged
    Event Data

    The event handler receives an argument of type PositionChangedEventArgs containing data related to this event. The following PositionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the X coordinate of the mouse position.  
    Gets or sets the Y coordinate of the mouse position.  
    See Also