ComponentOne FinancialChart for WinForms
PositionChanged Event

C1.Win.Chart.Interaction Namespace > LineMarker Class : PositionChanged Event
Fires when marker position was changed, allows to update content.
Syntax
'Declaration
 
Public Event PositionChanged As LineMarker.PositionChangedEventHandler
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
 
 
See Also