Click or drag to resize

IBars Interface


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IBars : ISeries<double>

The IBars type exposes the following members.

Properties
 NameDescription
Public propertyAxisOrientation Gets the AxisOrientation
Public propertyBarType Gets the IBarType
Public propertyCount Count of the collection
(Inherited from ISeriesT)
Public propertyDisplayName Display name
(Inherited from ISeriesT)
Public propertyFirstBarPainted Gets the first bar painted
Public propertyInstrument Gets the IInstrument
Public propertyIsSelected Gets if the visual is selected or not
Public propertyItemInt32 Gets the value of the specified index
(Inherited from ISeriesT)
Public propertyItemPriceType, Int32 Gets the IBar value if the specified index
Public propertyLast Gets the most recent value. This is valid only when the T is a Double
(Inherited from ISeriesT)
Public propertyLastBarPainted Gets the last bar painted
Public propertyOwnerIndicatorBase. Properties like Calculate are derived from the owner
(Inherited from ISeriesT)
Public propertyParent The parent IBar
(Inherited from ISeriesT)
Top
Methods
 NameDescription
Public methodGetBar Gets the IBar of the specified index
Public methodHasValue If the index has a valid data set
(Inherited from ISeriesT)
Top
See Also