XY Chart NET 3 Control Reference > Events > Click Event |
This event is generated whenever the user clicks the mouse (left, middle, or right button) over the chart area. Refer to Chart Overview for an illustration of XY Chart NET's major components.
[Visual Basic] Event Click(xPos As Integer, yPos As Integer) |
[C#] Click(int xPos, int yPos) |
[C++] Click(System::Int32 xPos, System::Int32 yPos) |