Class SLWaterfall.TSLWaterfallLegendView

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(7 intermediate revisions by one user not shown)
Line 9: Line 9:
 
'''Unit:''' [[Unit SLWaterfall|SLWaterfall]]
 
'''Unit:''' [[Unit SLWaterfall|SLWaterfall]]
  
'''Inherits:''' [[Class SLScope.TSLLegendView|TSLLegendView]]
+
'''Inherits:''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLWaterfallLegendView = '''class'''( [[Class SLScope.TSLLegendView|TSLLegendView]] )
+
'''type''' TSLWaterfallLegendView = '''class'''( [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLWaterfallLegendView : '''public''' [[Class SLScope.TSLLegendView|TSLLegendView]]
+
'''class''' TSLWaterfallLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLWaterfallLegendView : '''public''' [[Class SLScope.TSLLegendView|CTSLLegendView]]
+
'''class''' CTSLWaterfallLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|CTSLDataDisplayLegendView]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLWaterfallLegendView : [[Class SLScope.TSLLegendView|Mitov.PlotLab.LegendView]]
+
'''public ref class''' WaterfallLegendView : [[Class SLScope.TSLDataDisplayLegendView|Mitov.PlotLab.DataDisplayLegendView]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 39: Line 39:
  
 
[[Image:WaterfallLegendDemo.png]]
 
[[Image:WaterfallLegendDemo.png]]
 +
 +
== From [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property SLWaterfall.TSLWaterfallLegendView.MarkerGroups|MarkerGroups]] - A legend group of marker group labels.  
+
*[[Property SLScope.TSLDataDisplayLegendView.MarkerGroups|MarkerGroups]] - Specifies the appearance of the marker group labels legend group.
 +
*[[Property SLScope.TSLDataDisplayLegendView.Cursors|Cursors]] - Specifies the appearance of the cursor labels legend group.
 +
*[[Property SLScope.TSLDataDisplayLegendView.CursorLinks|CursorLinks]] - Specifies the appearance of the cursor link labels legend group.
 +
*[[Property SLScope.TSLDataDisplayLegendView.Labels|Labels]] - Specifies the appearance of the custom labels.
 +
*[[Property SLScope.TSLDataDisplayLegendView.CustomGroups|CustomGroups]] - Specifies the appearance of the custom legend group.  
  
 
== From [[Class SLScope.TSLLegendView|TSLLegendView]] ==
 
== From [[Class SLScope.TSLLegendView|TSLLegendView]] ==
Line 52: Line 58:
 
*[[Property SLScope.TSLLegendView.Font|Font]] - Specifies the font for the legend.  
 
*[[Property SLScope.TSLLegendView.Font|Font]] - Specifies the font for the legend.  
 
*[[Property SLScope.TSLLegendView.Buttons|Buttons]] - Specifies the appearance and the behavior of the Legend view buttons.  
 
*[[Property SLScope.TSLLegendView.Buttons|Buttons]] - Specifies the appearance and the behavior of the Legend view buttons.  
 +
*[[Property SLScope.TSLLegendView.Align|Align]]
  
 
== Methods ==
 
== Methods ==
Line 64: Line 71:
 
=== Published ===
 
=== Published ===
 
*[[Property SLScope.TSLOptionalView.Visible|Visible]] - Specifies whether or not the viw is visible.  
 
*[[Property SLScope.TSLOptionalView.Visible|Visible]] - Specifies whether or not the viw is visible.  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function SLScope.TSLOptionalView.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLOptionalView.IsVisibleForced() : Boolean|function IsVisibleForced() : Boolean]]
  
 
== From [[Class SLScope.TSLCustomSizeDisplayView|TSLCustomSizeDisplayView]] ==
 
== From [[Class SLScope.TSLCustomSizeDisplayView|TSLCustomSizeDisplayView]] ==
Line 94: Line 107:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function SLScope.TSLDisplayView.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayView.IsVisibleForced() : Boolean|function IsVisibleForced() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayView.GetIntValueAt(Integer;Integer) : Real|function GetIntValueAt(X : Integer; Y : Integer) : Real]]
 +
*[[Method function SLScope.TSLDisplayView.GetMinValue() : Real|function GetMinValue() : Real]]
 +
*[[Method function SLScope.TSLDisplayView.GetMaxValue() : Real|function GetMaxValue() : Real]]
 
*[[Method procedure SLScope.TSLDisplayView.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.DrawEx(TSLDisplayDrawPart;TLPCanvas;Boolean)|procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.DrawEx(TSLDisplayDrawPart;TLPCanvas;Boolean)|procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)]]
Line 104: Line 122:
 
=== Public ===
 
=== Public ===
 
*[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]]
 
*[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]]
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function SLScope.TSLDisplayComponent.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayComponent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
Line 110: Line 134:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
 +
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[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: SLWaterfall

Inherits: TSLDataDisplayLegendView

Contents

Syntax

Delphi:

type TSLWaterfallLegendView = class( TSLDataDisplayLegendView )

C++ Builder:

class TSLWaterfallLegendView : public TSLDataDisplayLegendView

Visual C++ (MFC):

class CTSLWaterfallLegendView : public CTSLDataDisplayLegendView

C# (.NET):

public ref class WaterfallLegendView : Mitov.PlotLab.DataDisplayLegendView

Summary

Visual Legend of a display class.

Description

Defines a legend view to be used in the Waterfall component.


Example:

WaterfallLegendDemo.png

From TSLDataDisplayLegendView

Properties

Published

From TSLLegendView

Properties

Published

Methods

Public

From TSLOptionalView

Properties

Published

Methods

Public

From TSLCustomSizeDisplayView

Properties

Published

From TSLCustomColorDisplayView

Properties

Published

From TSLDisplayView

Properties

Public

Methods

Public

From TSLDisplayComponent

Properties

Public

Methods

Public

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox