02-28-2005 12:56 AM
02-28-2005 04:58 AM
protected void ScrollBarValueChangedEventHandler( object sender, System.EventArgs e )
{
// compute the new range
_xAxis.Range = new NationalInstruments.UI.Range( rangeMinimum, rangeMaximum );
}
02-28-2005
09:00 AM
- last edited on
06-08-2026
10:39 AM
by
Content Cleaner
Check out this thread for some more ideas.
You can create a user control that has the waveformgraph and a scrollbar on there. And change the range according to the scrolling. This way, the scroll bar will look native to the graph.
Hope this helps
02-28-2005 09:47 AM
03-02-2005 02:19 AM
03-03-2005 11:09 AM
03-08-2005 02:23 AM