Class PLMultiWaterfall.TPLMultiWaterfall

From Mitov Wiki Doc
Revision as of 00:25, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

BIGPLMultiWaterfall.gif PLMultiWaterfall.gif NETPLMultiWaterfall.gif

Package: PlotLabPkg

Unit: PLMultiWaterfall

Inherits: TSLBasicWaterfall

Contents

Syntax

Delphi:

type TPLMultiWaterfall = class( TSLBasicWaterfall )

C++ Builder:

class TPLMultiWaterfall : public TSLBasicWaterfall

Visual C++ (MFC):

class CTPLMultiWaterfall : public CTSLBasicWaterfall

C# (.NET):

public ref class TPLMultiWaterfall : Mitov.PlotLab.BasicWaterfall

Summary

Visible multi-channel waterfall for representing Real(double) data.

Description

Use this component to visualize floating point data as waterfall.


Example:

MultiWaterfallDemo.png


In Visual C++ you can instantiate the component by using the Open method:

  VCL_InitControls( m_hWnd ); // Call this function once before creating any visual controls!

  CTPLMultiWaterfall PLWaterfall;
  PLWaterfall.Open( m_WaterfallDisplay.m_hWnd );

Properties

Published

Public

Methods

Public

PinLists

From TSLBasicWaterfall

Properties

Published

Methods

Public

From TSLDataDisplay

Properties

Published

Public

Methods

Public

Events

From TLPControlDrawLayer

Methods

Public

From TSLCustomControlItem

Properties

Public

Methods

Public

From TLPCustomControl

Properties

Published

Methods

Public

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox