Click or drag to resize

DrawingBaseOnPreviewMouseDown Method

If overriden then the drawing cursor will be available in the chart drawing menu item. This will be not called if the DrawingBase object is drawn programmatically.

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual bool OnPreviewMouseDown(
	MouseButtonEventArgs e,
	ChartVisualArgs args
)

Parameters

e  MouseButtonEventArgs
MouseButtonEventArgs
args  ChartVisualArgs
ChartVisualArgs

Return Value

Boolean
See Also