Class SLWaterfall.TSLWaterfallLegendView
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 9: | Line 9: | ||
| '''Unit:''' [[Unit SLWaterfall|SLWaterfall]] | '''Unit:''' [[Unit SLWaterfall|SLWaterfall]] | ||
| − | '''Inherits:''' [[Class SLScope. | + | '''Inherits:''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] | 
| == Syntax == | == Syntax == | ||
| === Delphi: === | === Delphi: === | ||
| <code> | <code> | ||
| − | '''type''' TSLWaterfallLegendView = '''class'''( [[Class SLScope. | + | '''type''' TSLWaterfallLegendView = '''class'''( [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] ) | 
| </code> | </code> | ||
| === C++ Builder: === | === C++ Builder: === | ||
| <code> | <code> | ||
| − | '''class''' TSLWaterfallLegendView : '''public''' [[Class SLScope. | + | '''class''' TSLWaterfallLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] | 
| </code> | </code> | ||
| === Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
| <code> | <code> | ||
| − | '''class''' CTSLWaterfallLegendView : '''public''' [[Class SLScope. | + | '''class''' CTSLWaterfallLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|CTSLDataDisplayLegendView]] | 
| </code> | </code> | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class''' TSLWaterfallLegendView : [[Class SLScope. | + | '''public ref class''' TSLWaterfallLegendView : [[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  | + | *[[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 64: | Line 70: | ||
| === 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 106: | ||
| === 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 121: | ||
| === 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 133: | ||
| === Public === | === Public === | ||
| + | *[[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]] | ||
Revision as of 17:19, 18 October 2012
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
Syntax
Delphi:
type TSLWaterfallLegendView = class( TSLDataDisplayLegendView )
C++ Builder:
class TSLWaterfallLegendView : public TSLDataDisplayLegendView
Visual C++ (MFC):
class CTSLWaterfallLegendView : public CTSLDataDisplayLegendView
C# (.NET):
public ref class TSLWaterfallLegendView : Mitov.PlotLab.DataDisplayLegendView
Summary
Visual Legend of a display class.
Description
Defines a legend view to be used in the Waterfall component.
Example:
From TSLDataDisplayLegendView
Properties
Published
- MarkerGroups - Specifies the appearance of the marker group labels legend group.
- Cursors - Specifies the appearance of the cursor labels legend group.
- CursorLinks - Specifies the appearance of the cursor link labels legend group.
- Labels - Specifies the appearance of the custom labels.
- CustomGroups - Specifies the appearance of the custom legend group.
From TSLLegendView
Properties
Published
- Font - Specifies the font for the legend.
- Buttons - Specifies the appearance and the behavior of the Legend view buttons.
Methods
Public
From TSLOptionalView
Properties
Published
- Visible - Specifies whether or not the viw is visible.
Methods
Public
From TSLCustomSizeDisplayView
Properties
Published
- ViewSize - Specifies the way the view size will be calculated.
- Align - Specifies the desired alignment for the view (Left, Right, Top, Bottom etc.)
From TSLCustomColorDisplayView
Properties
Published
- Background - Specifies the background settings.
From TSLDisplayView
Properties
Public
- Height - Use this property to get the Height of the view in pixels.
- Width - Use this property to get the Width of the view in pixels.
- Top - Use this property to get the Top position of the view in pixels.
- Left - Use this property to get the Left position of the view in pixels.
- DefaultRect
Methods
Public
- function IsVisible() : Boolean
- function IsVisibleForced() : Boolean
- function GetIntValueAt(X : Integer; Y : Integer) : Real
- function GetMinValue() : Real
- function GetMaxValue() : Real
- procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
- procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)
- procedure DrawMouseSelction(ACanvas : TLPCanvas)

