Class SLWaterfall.TSLWaterfallDataView
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: TSLBasicWaterfallDataView
Contents |
Syntax
Delphi:
type TSLWaterfallDataView = class( TSLBasicWaterfallDataView )
C++ Builder:
class TSLWaterfallDataView : public TSLBasicWaterfallDataView
Visual C++ (MFC):
class CTSLWaterfallDataView : public CTSLBasicWaterfallDataView
C# (.NET):
public ref class WaterfallDataView : Mitov.PlotLab.BasicWaterfallDataView
Summary
Waterfall data view class.
Description
Defines the visual data view area of a Waterfall display. Used internally by TSLWaterfall component.
Example:
Methods
Public
- function GetValueAt(X : Integer; Y : Integer) : Real - Returns the value at X, Y position.
- function GetValueAtScale(X : Real; Y : Real) : Real - Returns the value at X, Y position of the scale.
- function GetIntValueAt(X : Integer; Y : Integer) : Real
- function GetMinValue() : Real
- function GetMaxValue() : Real
From TSLBasicWaterfallDataView
Methods
Public
- procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
- procedure DirectDraw(ABitmap : TVLBasicBitmap)
From TSLDisplayView
Properties
Public
- Height - Use this property to get the Height of the view in pixels.
- Width - Use this property to get the Width of the view in pixels.
- Top - Use this property to get the Top position of the view in pixels.
- Left - Use this property to get the Left position of the view in pixels.
- DefaultRect
Methods
Public
- function IsVisible() : Boolean
- function IsVisibleForced() : Boolean
- function GetIntValueAt(X : Integer; Y : Integer) : Real
- function GetMinValue() : Real
- function GetMaxValue() : Real
- procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
- procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)
- procedure DrawMouseSelction(ACanvas : TLPCanvas)