Class SLWaterfall.TSLWaterfallMarker
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: TSLDisplayMarker
Contents |
Syntax
Delphi:
type TSLWaterfallMarker = class( TSLDisplayMarker )
C++ Builder:
class TSLWaterfallMarker : public TSLDisplayMarker
Visual C++ (MFC):
class CTSLWaterfallMarker : public CTSLDisplayMarker
C# (.NET):
public ref class TSLWaterfallMarker : Mitov.PlotLab.DisplayMarker
Summary
Waterfall marker class.
Description
Defines a waterfall marker. Markers are used to mark points of interest inside the waterfall view. They belong to marker groups. All the markers in a group have the same visual appearance.
Properties
Published
- Position - Specifies the X and Y position of a Waterfall marker.
From TSLDisplayMarker
Methods
Public
- procedure Draw(ACanvas : TLPCanvas; DispRect : TRect; X : Integer; Y : Integer; APosition : Real; AValue : Real; Printing : Boolean)
- procedure ClearDrawData()