Click or drag to resize

Calculate Enumeration

Determines how the OnBarUpdate will be called

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public enum Calculate
Members
  Member nameValueDescription
OnPriceChange0 Called only when the last traded price differs with the previous traded price
OnEachTick1 Called on each tick
See Also