Click or drag to resize

IBars Interface


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

The IBars type exposes the following members.

Properties
 NameDescription
Public propertyAxisOrientation 
Public propertyBarType 
Public propertyCount Count of the collection
(Inherited from ISeriesT)
Public propertyDisplayName Display name
(Inherited from ISeriesT)
Public propertyFirstBarPainted 
Public propertyInstrument 
Public propertyIsSelected 
Public propertyItemInt32 Gets the value of the specified index
(Inherited from ISeriesT)
Public propertyItemPriceType, Int32 
Public propertyLast Gets the most recent value. This is valid only when the T is a Double
(Inherited from ISeriesT)
Public propertyLastBarPainted 
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 
Public methodHasValue If the index has a valid data set
(Inherited from ISeriesT)
Top
See Also