Class SLWaterfall.TSLWaterfallMarkerGroup
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: SLWaterfall
Inherits: TSLDisplayMarkerGroup
Contents |
Syntax
Delphi:
type TSLWaterfallMarkerGroup = class( TSLDisplayMarkerGroup )
C++ Builder:
class TSLWaterfallMarkerGroup : public TSLDisplayMarkerGroup
Visual C++ (MFC):
class CTSLWaterfallMarkerGroup : public CTSLDisplayMarkerGroup
C# (.NET):
public ref class TSLWaterfallMarkerGroup : Mitov.PlotLab.DisplayMarkerGroup
Summary
Waterfall marker group class.
Description
Defines a Waterfall marker group. All the markers that belong to the group will have the same visual appearance as specified by the properties of the group.
Properties
Published
- Markers - Collection of the markers that belong to the Marker Group.
- Line - Specifies how the lines connecting the markers will be drawn.
- Mode - Specifies the markers mode.
From TSLDisplayMarkerGroup
Properties
Published
- Brush - Specifies the Brush to be used for the markers in the marker group.
- Pen - Specifies the Pen to be used for the markers in the marker group.
- Shape - Specifies the shapes of the markers in the marker group.
- CrosshairLines - Specifies the setting of the crosshairs of the markers of the marker group.
- Size - Specifies the size of the markers in the marker group.
- Labels - Specifies the setting of the labels of the markers of the marker group.
- CanDrag - Specifies if the markers in the group can be dragged by mouse.
- Visible - Controls the visibility of the marker group.
Events
- OnClick - Occurs when the user clicks a marker from the group.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over a marker from the group.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over a marker from the group.
- OnMouseEnter - Occurs when the mouse pointer moves over a marker from the group.
- OnMouseLeave - Occurs when the mouse pointer moves off from over a marker from the group.
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.