XY Chart NET 3 Control Reference > Events > YScroll Event |
This event is generated whenever the user clicks on the vertical scrollbar. Use this event to perform operations specific to whenever a vertical scroll is performed.
If Y-Stacking is being used, the chart will display more than one plot area, with each plot having its own vertical scrollbar.
[Visual Basic] Event YScroll(Index As Integer) |
[C#] YScroll(int Index) |
[C++] YScroll(System::Int32 Index) |