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