Class SLScope.TSLDisplayEllipticZone
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: TSLBasicDisplayZone
Syntax
Delphi:
type TSLDisplayEllipticZone = class( TSLBasicDisplayZone )
C++ Builder:
class TSLDisplayEllipticZone : public TSLBasicDisplayZone
Visual C++ (MFC):
class CTSLDisplayEllipticZone : public CTSLBasicDisplayZone
C# (.NET):
public ref class TSLDisplayEllipticZone : Mitov.PlotLab.BasicDisplayZone
Summary
Display elliptic zone.
Description
Defines a display elliptic zone.
Properties
Published
From TSLBasicDisplayZone
Properties
Published
- Channels - Collection of channels that will be checked if intersecting with the zone.
- Brush - Specifies the Brush to be used for the display zone.
- Pen - Specifies the Pen to be used for the display zone.
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the zone.
Public
- IsDynamic - The zone is created by the user from inside the component dialog.
Events
- OnClick - Occurs when the user clicks the display zone.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over the display zone.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over the display zone.
- OnMouseEnter - Occurs when the mouse pointer moves over the display zone.
- OnMouseLeave - Occurs when the mouse pointer moves off from over the display zone.
From TSLOptionalAxesCursorDisplayCollectionItem
Properties
Published
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the element.
From TSLOptionalAxesDisplayCollectionItem
Properties
Published
- XAxisIndex - Specifies the index of the X axis the element will be associated with.
- YAxisIndex - Specifies the index of the Y axis the element will be associated with.
Public
- XAxis - Specifies the X axis the element will be associated with.
- YAxis - Specifies the Y axis the element will be associated with.
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.