Click or drag to resize

Bars Class

Inheritance Hierarchy

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

The Bars type exposes the following members.

Constructors
 NameDescription
Protected methodBars 
Top
Properties
 NameDescription
Public propertyActualPanelIndex 
Public propertyAny 
Public propertyAxisOrientation Gets or sets the y-axis orientation
Public propertyBackfillPolicy 
Protected propertyBarArray 
Public propertyBarType 
Public propertyBarTypeSerializer 
Public propertyCount 
Public propertyCurrentBar 
Public propertyDataLoadType 
Public propertyDaysToLoad 
Public propertyDisplayName 
Public propertyDrawingSerializer 
Public propertyEndDate 
Public propertyFirstBarPainted 
Public propertyHighestHigh 
Public propertyIndicators 
Public propertyIndicatorsSerializer 
Public propertyInstrument 
Public propertyIsAutoScale Gets or sets if auto scale
Protected propertyIsHistoricalDataLoading 
Public propertyIsSelected 
Public propertyIsToday 
Public propertyIsValueChanged 
Public propertyIsVisible Gets or sets if the object can draw
Public propertyItem 
Public propertyLast 
Public propertyLastBarPainted 
Protected propertyLastSelectedIndex Gets the last selected bar index
Public propertyLowestLow 
Public propertyPanelIndex 
Public propertySession 
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 propertySessionString 
Public propertyStartDate 
Public propertyState 
Public propertyStrategies 
Top
Methods
 NameDescription
Public methodCalculateBarSpan 
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 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetValue
(Inherited from NotifyPropertyBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged
(Inherited from NotifyPropertyBase)
Protected methodOnBackfill 
Protected methodOnLevel1 
Protected methodSetValue
(Inherited from NotifyPropertyBase)
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also