ComponentOne Chart3D for WPF and Silverlight
ManipulationDelta Event (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend Class : ManipulationDelta Event
Syntax
'Declaration
 
<CustomCategoryAttribute("Touch")>
Public Event ManipulationDelta As System.EventHandler(Of ManipulationDeltaEventArgs)
'Usage
 
Dim instance As C1Chart3DLegend
Dim handler As System.EventHandler(Of ManipulationDeltaEventArgs)
 
AddHandler instance.ManipulationDelta, handler
[CustomCategory("Touch")]
public event System.EventHandler<ManipulationDeltaEventArgs> ManipulationDelta
See Also

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members