Class SLScope.TSLDisplayChannelLink
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.
Package: SignalLabScopePkg
Unit: SLScope
Inherits: TSLOptionalDisplayCollectionItem
Contents | 
Syntax
Delphi:
type TSLDisplayChannelLink = class( TSLOptionalDisplayCollectionItem )
C++ Builder:
class TSLDisplayChannelLink : public TSLOptionalDisplayCollectionItem
Visual C++ (MFC):
class CTSLDisplayChannelLink : public CTSLOptionalDisplayCollectionItem
C# (.NET):
public ref class TSLDisplayChannelLink : Mitov.PlotLab.OptionalDisplayCollectionItem
Summary
Link between two cursors.
Description
Defines a display channel link. A channel link is a link between two channel. This allows highlighting data ranges.
Properties
Published
- FirstChannelIndex - Specifies the index of the first channel of the link.
 - SecondChannelIndex - Specifies the index of the second channel of the link.
 - Brush - Specifies the Brush to be used for the channel link.
 - Width - Specifies the Width of the channel link.
 - ChannelLinkMode - Specifies the channel link mode to be used for the channel link.
 
Public
- IsDynamic - The channel link is created by the user from inside the component dialog.
 - FirstChannel - Specifies the first channel of the link.
 - SecondChannel - Specifies the second channel of the link.
 
Methods
Public
- function GetOwnerComponent() : TSLDataDisplay
 - function HitTest(var Vertical : Boolean; var Horizontal : Boolean; X : Integer; Y : Integer; DispRect : TRect; XMin : Real; XMax : Real; YMin : Real; YMax : Real; XScaleFactor : Real; YScaleFactor : Real) : Boolean
 
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.
 
From TSLDisplaySelectableCollectionItem
Methods
Public
- procedure MouseEnter()
 - procedure MouseLeave()
 - procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
 - procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
 
From TSLDisplayCollectionItem
Properties
Published
- Tag - Stores an general purpose integer value as part of an item