XY Chart NET 3 Control Reference > Events > PlotClick Event |
This event is generated whenever the user clicks the mouse (left, middle, or right button) over the plot area. Refer to Chart Overview for an illustration of XY Chart NET's major components.
If Y-Stacking is being used, the chart will display more than one plot area. In this case, a PlotClick event will not be raised if the gap between the plots is clicked on. Instead, a Click event is raised.
[Visual Basic] Event PlotClick(Index As Integer, xPos As Integer, yPos As Integer) |
[C#] PlotClick(int Index, int xPos, int yPos) |
[C++] PlotClick(System::Int32 Index, System::Int32 xPos, System::Int32 yPos) |