| C1.UWP.FlexChart Assembly > C1.Xaml.Chart.Interaction Namespace > C1LineMarker Class : PositionChanged Event |
'Declaration Public Event PositionChanged As System.EventHandler(Of PositionChangedArgs)
public event System.EventHandler<PositionChangedArgs> PositionChanged
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.
| Property | Description |
|---|---|
| Position | Gets the target point at which to show the LineMarker. |