Class PLMultiWaterfall.TPLMultiWaterfallDataView
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: 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 TPLMultiWaterfallDataView : 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)
 
