Property SLScope.TSLDisplayChannel.ChannelMode

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.

Class: TSLDisplayChannel

Contents

Syntax

Delphi:

property ChannelMode : TSLScopeChannelMode read FChannelMode write SetChannelMode;

C++ Builder:

__property TSLScopeChannelMode ChannelMode = { read=FChannelMode, write=SetChannelMode };

Summary

Specifies the channel display mode as line, bars or points.

Description

Use this property to specify the channel display mode as line, bars or points.


cmLine mode example:

LinesModeDemo.png


cmBar mode example:

BarsModeDemo.png


cmPoint mode:

PointsModeDemo.png


cmSteps mode:

StepsModeDemo.png

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox