Class SLScope.TSLScopePoints
From Mitov Wiki Doc
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: TSLDisplayPersistent
Contents |
Syntax
Delphi:
type TSLScopePoints = class( TSLDisplayPersistent )
C++ Builder:
class TSLScopePoints : public TSLDisplayPersistent
Visual C++ (MFC):
class CTSLScopePoints : public CTSLDisplayPersistent
C# (.NET):
public ref class ScopePoints : Mitov.PlotLab.DisplayPersistent
Summary
Look and feel of the scope channel points class.
Description
Defines class for the look and feel of the scope channel points. This class is used by the channels to define the look and feel of the channel points. Do not create instances of this class.
Properties
Published
- Visible - Specifies the visibility of the points.
- Shape - Specifies the shape of the points - Circle, Cross, Plus, Rectangle, Star etc.
- Size - Specifies the size of the points in pixels.
- UseChannelColor - Specifies how the points color will be selected.
- Brush - Specifies the Brush to be used for the scope points.
- Pen - Specifies the Pen to be used for the scope points.