Click or drag to resize
CursorBaseOnPreviewMouseUp Method
Raised when the preview mouse up 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 OnPreviewMouseUp(
	ObservableCollection<DrawingBase> chartObjects,
	double min,
	double max,
	double actualWidth,
	double actualHeight,
	MouseButtonEventArgs args
)

Parameters

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