Class SLScope.TSLOptionalAxesDisplayCollectionItem
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 TSLOptionalAxesDisplayCollectionItem = class( TSLOptionalDisplayCollectionItem )
C++ Builder:
class TSLOptionalAxesDisplayCollectionItem : public TSLOptionalDisplayCollectionItem
Visual C++ (MFC):
class CTSLOptionalAxesDisplayCollectionItem : public CTSLOptionalDisplayCollectionItem
C# (.NET):
public ref class TSLOptionalAxesDisplayCollectionItem : Mitov.PlotLab.OptionalDisplayCollectionItem
Summary
Optional (Visible/Invisible) display axis collection item.
Description
Defines optional (Visible/Invisible) display axis collection item.
Properties
Published
- XAxisIndex - Specifies the index of the X axis the element will be associated with.
- YAxisIndex - Specifies the index of the Y axis the element will be associated with.
Public
- XAxis - Specifies the X axis the element will be associated with.
- YAxis - Specifies the Y axis the element will be associated with.
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.