Class SLScope.TSLDisplayChannel
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: SignalLabScopePkg
Unit: SLScope
Inherits: TSLOptionalDisplayCollectionItem
Contents |
Syntax
Delphi:
type TSLDisplayChannel = class( TSLOptionalDisplayCollectionItem )
C++ Builder:
class TSLDisplayChannel : public TSLOptionalDisplayCollectionItem
Visual C++ (MFC):
class CTSLDisplayChannel : public CTSLOptionalDisplayCollectionItem
C# (.NET):
public ref class TSLDisplayChannel : Mitov.PlotLab.OptionalDisplayCollectionItem
Summary
Base abstract class for visual data displays channels.
Description
This is a base class for visual data displays channels such as the channels in Scopes and Spectrum Analyzers. Do not make instances of this class.
Properties
Published
- XAxisIndex - Specifies the index of the X axis the channel will be associated with.
- YAxisIndex - Specifies the index of the Y axis the channel will be associated with.
- Color - Specifies the color for the plotting of the channel data.
- Width - Specifies the width in pixels for the plotting of the channel data.
- Points - Specifies the look and feel of the channel points.
- ChannelMode - Specifies the channel display mode as line, bars or points.
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the chanel.
Public
- XAxis - Specifies the X axis the channel will be associated with.
- YAxis - Specifies the Y axis the channel will be associated with.
Methods
Public
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.