Class PLMultiWaterfall.TPLMultiWaterfall

From Mitov Wiki Doc
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 MultiWaterfall : Mitov.PlotLab.BasicWaterfall

Summary

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

Description

Use this component to visualize floating point data as waterfall.


Diagram:

PLMultiWaterfall Preview.png


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 TSLCustomControlItem

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox