Class SLWaterfall.TSLWaterfall

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.

BIGSLWaterfall.gif SLWaterfall.gif NETSLWaterfall.gif

Package: SignalLabScopePkg

Unit: SLWaterfall

Inherits: TSLBasicWaterfall

Contents

Syntax

Delphi:

type TSLWaterfall = class( TSLBasicWaterfall )

C++ Builder:

class TSLWaterfall : public TSLBasicWaterfall

Visual C++ (MFC):

class CTSLWaterfall : public CTSLBasicWaterfall

C# (.NET):

public ref class Waterfall : Mitov.PlotLab.BasicWaterfall

Summary

Visible waterfall for representing Real(double) data.

Description

Use this component to visualize floating point data as waterfall.


Diagram:

SLWaterfall Preview.png


Example:

SampleSLWaterfall.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!

  CTSLWaterfall SLWaterfall;
  SLWaterfall.Open( m_WaterfallDisplay.m_hWnd );

Properties

Published

Public

Methods

Public

Pins

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