Click or drag to resize

DashboardView Class

Inheritance Hierarchy
SystemObject
  VisualBase
    MZpack.NT8.AlgoDashboardView

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class DashboardView : VisualBase

The DashboardView type exposes the following members.

Constructors
  NameDescription
Public methodDashboardView
Initializes a new instance of the DashboardView class
Top
Properties
  NameDescription
Public propertyGrid
Public propertyLegend
Top
Methods
  NameDescription
Public methodCalcBounds (Overrides VisualBase.CalcBounds(RenderArgs).)
Public methodClear (Overrides VisualBase.Clear.)
Public methodGetBoundsDx (Overrides VisualBase.GetBoundsDx.)
Public methodInitialize
Public methodIsInside (Overrides VisualBase.IsInside(Int32, Int32).)
Public methodOnNewBar
Public methodOnPatternValidated
Public methodPrepareRenderArgs (Overrides VisualBase.PrepareRenderArgs(RenderArgs).)
Public methodRender (Overrides VisualBase.Render(RenderArgs).)
Public methodToPopupString (Overrides VisualBase.ToPopupString.)
Top
See Also