Click or drag to resize

Bars Class

Inheritance Hierarchy

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public class Bars : NotifyPropertyBase, IBars, ISeries<double>, 
	IChartVisual, IVisual<ChartVisualArgs>, IHitTest<ChartHitTestArgs>, 
	IState, IWeakEventListener, IObserver<Level1EventArgs>

The Bars type exposes the following members.

Constructors
 NameDescription
Protected methodBars 
Top
Properties
 NameDescription
Public propertyActualPanelIndex Gets or sets the actual panel index
Public propertyAny If the bars array has any bar
Public propertyAxisOrientation Gets or sets the y-axis orientation
Public propertyBackfillPolicy Gets or sets the BackfillPolicy
Protected propertyBarArray Gets the collection
Public propertyBarType Gets the BarType associated with the bars
Public propertyCount Gets the bars count
Public propertyCurrentBar Gets or sets the current bar
Public propertyDataLoadType Gets or sets the DataLoadType
Public propertyDaysToLoad Number of days of historical data to load
Public propertyDisplayName Gets the display name
Public propertyEndDate Gets the end date of the bars
Public propertyFirstBarPainted Gets or sets the last bar painted
Public propertyHighestHigh Gets the highest high value
Public propertyIndicators Gets or sets the Indicator associated with the bars
Public propertyInstrument Gets the Instrument
Public propertyIsAutoScale Gets or sets if auto scale
Public propertyIsSelected Is the visual selected
Public propertyIsValueChanged Gets or sets if the value has changed
Public propertyIsVisible Gets or sets if the object can draw
Public propertyItem Gets the PriceType value of the specified index
Public propertyLast Last traded price
Public propertyLastBarPainted Gets or sets the last bar painted
Protected propertyLastSelectedIndex Gets the lastPrice selected bar index
Public propertyLowestLow Gets the lowest low value
Public propertyPanelIndex Gets or sets the panel index
Public propertySession Gets the Session associated with the bars
Public propertySessionCount Gets the number of session the bars has
Public propertySessionEnd The actual date from where the bars session ends
Public propertySessionStart The actual date from where the bars session starts
Public propertyStartDate Gets the start date of the bars
Public propertyState Gets the State of the bars
Public propertyStrategies Gets or sets the Strategy associated with the bars
Top
Methods
 NameDescription
Public methodCalculateBarSpan Calculate bar span as defined in CalculateBarSpan(Bars, DateTime)
Protected methodCanSubscribeHistoricalData 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBar Get the bar value of the specified index
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged
(Inherited from NotifyPropertyBase)
Protected methodOnBackfill 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also