ComponentOne Chart for WPF and Silverlight
PreviewStylusOutOfRange Event (XYZDataSeries)


C1.WPF.C1Chart Namespace > XYZDataSeries Class : PreviewStylusOutOfRange Event
Syntax
'Declaration
 
Public Event PreviewStylusOutOfRange As System.Windows.Input.StylusEventHandler
'Usage
 
Dim instance As XYZDataSeries
Dim handler As System.Windows.Input.StylusEventHandler
 
AddHandler instance.PreviewStylusOutOfRange, handler
public event System.Windows.Input.StylusEventHandler PreviewStylusOutOfRange
Event Data

The event handler receives an argument of type System.Windows.Input.StylusEventArgs containing data related to this event. The following StylusEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer.  
Gets a value that indicates whether the stylus in inverted.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the System.Windows.Input.StylusDevice that represents the stylus.  
(Inherited from System.Windows.Input.InputEventArgs)
See Also