PolarEventMarkerPositionChanged Event |
LightningChart .NET Help
Occurs when the X-axis position of the event marker has changed.
Namespace:
Arction.Wpf.ChartingMVVM.EventMarkers
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event PolarEventMarkerPositionChangedEventHandler PositionChanged
Public Event PositionChanged As PolarEventMarkerPositionChangedEventHandler
public:
event PolarEventMarkerPositionChangedEventHandler^ PositionChanged {
void add (PolarEventMarkerPositionChangedEventHandler^ value);
void remove (PolarEventMarkerPositionChangedEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.EventMarkersPolarEventMarkerPositionChangedEventHandler
See Also