Class SLScope.TSLAxisFormat
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]] | '''Unit:''' [[Unit SLScope|SLScope]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLAxisFormat = '''class'''( [[Class LPComponent. | + | '''type''' TSLAxisFormat = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLAxisFormat : '''public''' [[Class LPComponent. | + | '''class''' TSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLAxisFormat : '''public''' [[Class LPComponent. | + | '''class''' CTSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
Line 40: | Line 40: | ||
*[[Property SLScope.TSLAxisFormat.Precision|Precision]] - Number of digits after the decimal point. | *[[Property SLScope.TSLAxisFormat.Precision|Precision]] - Number of digits after the decimal point. | ||
*[[Property SLScope.TSLAxisFormat.FixedPrecision|FixedPrecision]] - Enables fixed precision for the labels. | *[[Property SLScope.TSLAxisFormat.FixedPrecision|FixedPrecision]] - Enables fixed precision for the labels. | ||
− | |||
− | |||
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure | + | *[[Method procedure SLScope.TSLAxisFormat.SetPrecisionDefault(Integer)|procedure SetPrecisionDefault(AValue : Integer)]] |
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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: SLScope
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLAxisFormat = class( TLPPersistentNotify )
C++ Builder:
class TSLAxisFormat : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLAxisFormat : public CTLPPersistentNotify
C# (.NET):
public ref class TSLAxisFormat : Vcl.VclProperty
Summary
Axis format settings.
Description
Defines axis format settings property class.
Properties
Published
- PrecisionMode - Specifies the precision mode(General or Scientific).
- Precision - Number of digits after the decimal point.
- FixedPrecision - Enables fixed precision for the labels.