ComponentOne Chart for WPF and Silverlight
TouchesCaptured Property (PlotElement)


C1.WPF.C1Chart Namespace > PlotElement Class : TouchesCaptured Property
Syntax
'Declaration
 
Public ReadOnly Property TouchesCaptured As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
 
Dim instance As PlotElement
Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice)
 
value = instance.TouchesCaptured
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCaptured {get;}
See Also

Reference

PlotElement Class
PlotElement Members