Click or drag to resize

IBar Interface

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface IBar

The IBar type exposes the following members.

Properties
  NameDescription
Public propertyClose
Gets the close
Public propertyHigh
Gets the high
Public propertyIsFirstBarOfSession
Gets if first bar of session
Public propertyIsRealTime
Gets if real time
Public propertyLow
Gets the low
Public propertyOpen
Gets the open
Public propertyOpenInterest
Gets the open interest
Public propertyTime
Gets the time
Public propertyVolume
Gets the volume
Top
See Also