ActiveReports 12
Delta Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > GraphMouseEventArgs Class : Delta Property
Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.
Syntax
'Declaration
 
Public ReadOnly Property Delta As Integer
public int Delta {get;}

Property Value

A signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant.
See Also

Reference

GraphMouseEventArgs Class
GraphMouseEventArgs Members