Scrolls the axis scrollbar appropriately assuming a click at the given coordinates.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
protected virtual bool OnAxisScrollbarClick(
	int x,
	int y
)
Visual Basic
Protected Overridable Function OnAxisScrollbarClick ( _
	x As Integer, _
	y As Integer _
) As Boolean

Parameters

x
Type: System..::..Int32
X coordinate of click.
y
Type: System..::..Int32
Y coordinate of click.

Return Value

A boolean value indicating whether the given x,y coordinates were processed as a scrollbar operation.

See Also