C1.WPF.Chart.Interaction Namespace > C1LineMarker Class : PositionChanged Event |
'Declaration
Public Event PositionChanged As EventHandler(Of PositionChangedArgs)
'Usage
Dim instance As C1LineMarker Dim handler As EventHandler(Of PositionChangedArgs) AddHandler instance.PositionChanged, handler
public event EventHandler<PositionChangedArgs> PositionChanged
public: event 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2