Click or drag to resize

BarsIsFirstBarOfSession Property

Gets if the running bar is start of a new session. The state will return true until the next bar of that session forms.

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public bool IsFirstBarOfSession { get; }

Property Value

Type: Boolean
See Also