Click or drag to resize

IPerformanceT Interface

IPerformance interface, if implemented in a Strategy Performance userCode then the calculated value will be displayed in Performance tab in the Strategy Performance View

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface IPerformance<T>

Type Parameters

T
The viewModel binded to the view

The IPerformanceT type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets the calculated value object
Public propertyPerformanceName
Gets the Performance name
Top
See Also