Scrolls the current view by 1/10 of the currently visible range towards the start of the signal. If the start of the signal is reached the visible area starts at offset zero.
Scrolls the current view towards the end of the signal by the currently visible range.
Scrolls right and tries to show the next label centered in the view. If there was no label right from the current position, it will scroll to the end of the signal.
Scrolls the current view towards the start of the signal by the currently visible range.
Scrolls left and tries to show the previous label centered in the view. If there was no label left from the current position, it will scroll to the start of the signal.
Scrolls the current view by 1/10 of the currently visible range towards the end of the signal. If the end of the signal is reached the visible area ends at the end of the signal.
Reduces the zoom factor (in samples per pixel) by 30%, so that
more details get visible.
If a position
is
given, it tries to show that position centered in the current
view, otherwise the center of the view before the zoom change
is used for centering.
The minimum zoom factor is limited to a minimum of five samples
per width of the view.
Increases the zoom factor (in samples per pixel) by 30%, so that
less details get visible.
If a position
is
given, it tries to show that position centered in the current
view, otherwise the center of the view before the zoom change
is used for centering.
The maximum zoom factor is limited to the number of samples of
the complete signal and the width of the view.