Pin SLScope.TSLDisplayAxis.ZoomPin
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayAxis
Contents |
Syntax
Delphi:
property ZoomPin : TSLZoomPin read FZoomPin write FZoomPin;
C++ Builder:
__property TSLZoomPin * ZoomPin = { read=FZoomPin, write=FZoomPin };
Summary
Axis zooming state pin.
Description
Connect this pin to other axis zooming state pins to keep the
axes zooming/panning in sync. It can be used to make 2 scopes
zooming together as example.