Class SLScope.TSLDisplayTextLabel
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: TSLOptionalAxesCursorDisplayCollectionItem
Contents |
Syntax
Delphi:
type TSLDisplayTextLabel = class( TSLOptionalAxesCursorDisplayCollectionItem )
C++ Builder:
class TSLDisplayTextLabel : public TSLOptionalAxesCursorDisplayCollectionItem
Visual C++ (MFC):
class CTSLDisplayTextLabel : public CTSLOptionalAxesCursorDisplayCollectionItem
C# (.NET):
public ref class TSLDisplayTextLabel : Mitov.PlotLab.OptionalAxesCursorDisplayCollectionItem
Summary
Display text label class.
Description
Defines display text label class.
Properties
Published
Methods
Public
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.