Class SLLevelDisplay.TSLLevelAxis
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' LevelAxis : [[Class SLLevelDisplay.TSLBasicLevelAxis|Mitov.PlotLab.BasicLevelAxis]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: TSLBasicLevelAxis
Contents |
Syntax
Delphi:
type TSLLevelAxis = class( TSLBasicLevelAxis )
C++ Builder:
class TSLLevelAxis : public TSLBasicLevelAxis
Visual C++ (MFC):
class CTSLLevelAxis : public CTSLBasicLevelAxis
C# (.NET):
public ref class LevelAxis : Mitov.PlotLab.BasicLevelAxis
Summary
Visual Axis for the Waterfall's Levels class.
Description
Defines visual Axis for the Waterfall's Levels. The Axes are created internally by the data displays. Do not make instances of this class or its descendants.
Example:
Properties
Published
- Autoscale - Specifies Autoscale mode for the axis.
- Min - User defined minimum value for the axis.
- Max - User defined maximum value for the axis.
Public
- TickText - Custom ticket text ( Visual C++(MFC/Win32) only ).
Events
- OnCustomLabel - Occurs when a label is in about to be painted.
From TSLBasicLevelAxis
Properties
Published
- Color - Specifies the color for the axis ticks.
- Font - Specifies the font for the axis values.
- Precision - Number of digits after the decimal point.
- FixedPrecision - Specifies fixed precision for the labels.
- Visible - Controls the visibility of the Axis.
- ScaleMode - Specifies the scale mode - logarithmic or linear.