Class SLScope.TSLDisplayCursorChannelLink
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: TSLDisplayElementChannelLink
Contents |
Syntax
Delphi:
type TSLDisplayCursorChannelLink = class( TSLDisplayElementChannelLink )
C++ Builder:
class TSLDisplayCursorChannelLink : public TSLDisplayElementChannelLink
Visual C++ (MFC):
class CTSLDisplayCursorChannelLink : public CTSLDisplayElementChannelLink
C# (.NET):
public ref class DisplayCursorChannelLink : Mitov.PlotLab.DisplayElementChannelLink
Summary
Link between cursor and channel.
Description
Defines a display cursor-channel link. A channel link is a link between a cursor and a channel. This allows the cursor to highlight the crossing points with the channel data.
Properties
Published
- UseChannelColor - Specifies how the color for the intersection point will be selected.
- Size - Specifies the size of the intersection marker.
- Shape - Specifies the Shape of the intersection marker.
- Pen - Specifies the Pen to be used for the intersection marker.
- Brush - Specifies the Brush to be used for the intersection marker.
- ChannelLabel - Specifies the Labels of the intersection marker.
Public
- Data - Allows access to the cursor channel intersection data.
From TSLDisplayElementChannelLink
Properties
Published
- Channel - Specifies the channel to be linked to the element containing the channel link collection.
Public
- ChannelIndex - Specifies the index of the channel to be linked to the element containing the channel link collection.
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