Class SLLevelDisplay.TSLLevelDisplayLabel
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' LevelDisplayLabel : [[Class SLLevelDisplay.TSLBasicLevelDisplayLabel|Mitov.PlotLab.BasicLevelDisplayLabel]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 38: | Line 38: | ||
=== Published === | === Published === | ||
*[[Property SLLevelDisplay.TSLLevelDisplayLabel.Text|Text]] - Specifies the Label Text for the Level Axis. | *[[Property SLLevelDisplay.TSLLevelDisplayLabel.Text|Text]] - Specifies the Label Text for the Level Axis. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
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: SLLevelDisplay
Inherits: TSLBasicLevelDisplayLabel
Contents |
Syntax
Delphi:
type TSLLevelDisplayLabel = class( TSLBasicLevelDisplayLabel )
C++ Builder:
class TSLLevelDisplayLabel : public TSLBasicLevelDisplayLabel
Visual C++ (MFC):
class CTSLLevelDisplayLabel : public CTSLBasicLevelDisplayLabel
C# (.NET):
public ref class LevelDisplayLabel : Mitov.PlotLab.BasicLevelDisplayLabel
Summary
Display Level Labels settings class.
Description
Class to be used for for Display Level Labels.
Properties
Published
- Text - Specifies the Label Text for the Level Axis.