ChartDirector 7.0 (ASP/COM/VB Edition)

ChartViewer.MouseUpHotSpot


Declaration

MouseUpHotSpot([Index As Integer, ]hotSpot As Collection, Button As Integer, Shift As Integer, X As Single, Y As Single)

Description

This event occurs when the mouse cursor is over a hot spot on the chart image and the mouse button is released.

Parameters

ParameterDescription
IndexAn integer that uniquely identifies the control if it is in a control array.
hotSpotA VB Collection object that contains attributes associated with the hot spot.
ButtonAn integer that identifies the mouse button causing the event. The left button is bit 0, right button bit 1, and middle button bit 2. A bit is set if the button is down. Only one of the bits is set.
ShiftAn integer that corresponds to the state of the SHIFT, CTRL, and ALT keys when the event occurs. The SHIFT key is bit 0, the CTRL key is bit 1, and the ALT key is bit 2. A bit is set if the key is down. Some, all, or none of the bits can be set.
XThe x coordinate of the mouse pointer when the event occur, expressed in units specified by the ScaleMode property of the ChartViewer control's container.
YThe y coordinate of the mouse pointer when the event occur, expressed in units specified by the ScaleMode property of the ChartViewer control's container.