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