Click or drag to resize
CursorBaseOnPreviewMouseMove Method
Raised when the preview mouse move is raised

Namespace: SharpCharts.Base.ChartObject
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
protected abstract void OnPreviewMouseMove(
	ObservableCollection<DrawingBase> chartObjects,
	double min,
	double max,
	double actualWidth,
	double actualHeight,
	MouseEventArgs args
)

Parameters

chartObjects
Type: System.Collections.ObjectModelObservableCollectionDrawingBase
Chart Object
min
Type: SystemDouble
Minimum Y-Axis value
max
Type: SystemDouble
Maximum Y-Axis value
actualWidth
Type: SystemDouble
Actual width of the view
actualHeight
Type: SystemDouble
Actual height of the view
args
Type: System.Windows.InputMouseEventArgs
Mouse event args
See Also