Class PLMultiWaterfall.TPLMultiWaterfallDataView
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MultiWaterfallDataView : [[Class SLWaterfall.TSLBasicWaterfallDataView|Mitov.PlotLab.BasicWaterfallDataView]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 June 2013
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: PlotLabPkg
Unit: PLMultiWaterfall
Inherits: TSLBasicWaterfallDataView
Contents |
Syntax
Delphi:
type TPLMultiWaterfallDataView = class( TSLBasicWaterfallDataView )
C++ Builder:
class TPLMultiWaterfallDataView : public TSLBasicWaterfallDataView
Visual C++ (MFC):
class CTPLMultiWaterfallDataView : public CTSLBasicWaterfallDataView
C# (.NET):
public ref class MultiWaterfallDataView : Mitov.PlotLab.BasicWaterfallDataView
Summary
Visual channel data view area of the TPLMultiWaterfall display.
Description
Defines the visual channel data view area of the TPLMultiWaterfall display.
Example:
From TSLBasicWaterfallDataView
Methods
Public
- procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
- procedure DirectDraw(ABitmap : TVLBasicBitmap)
From TSLDisplayView
Properties
Public
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)