XY Chart NET 3 Control Reference
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.

Syntax
[Visual Basic]
Event YScroll(Index As Integer)
[C#]
YScroll(int Index)
[C++]
YScroll(System::Int32 Index)
       
Parameters
Index
A value greater than -1 indicates the graph's y-stacked index.  Y-stacked graphs are drawn with index 0 at the top, then index 1, and so on.
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.