Click or drag to resize

DrawingBaseMoveHandleTo Method

Moves the handle to the specified point

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected abstract void MoveHandleTo(
	int handleNumber,
	ChartVisualArgs args
)

Parameters

handleNumber  Int32
Handle number which is being moved
args  ChartVisualArgs
ChartVisualArgs
See Also