C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / PositionChanged Event

PositionChanged Event (C1LineMarker)
Occurs after the LineMarker's position changes.
Syntax
'Declaration
 
Public Event PositionChanged As EventHandler(Of PositionChangedArgs)
 
Event Data

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

PropertyDescription
Gets the target point at which to show the LineMarker.  
See Also