Click or drag to resize

SecondayBars Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.ChartBars
      ArthaChitra.Model.ChartSecondayBars

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class SecondayBars : Bars

The SecondayBars type exposes the following members.

Constructors
 NameDescription
Public methodSecondayBars 
Top
Properties
 NameDescription
Public propertyActualPanelIndex
(Inherited from Bars)
Public propertyAny
(Inherited from Bars)
Public propertyAxisOrientation Gets or sets the y-axis orientation
(Inherited from Bars)
Public propertyBackfillPolicy
(Inherited from Bars)
Public propertyBarType
(Inherited from Bars)
Public propertyBarTypeSerializer
(Inherited from Bars)
Public propertyCount
(Inherited from Bars)
Public propertyCurrentBar
(Inherited from Bars)
Public propertyDataLoadType
(Inherited from Bars)
Public propertyDaysToLoad
(Inherited from Bars)
Public propertyDisplayName
(Inherited from Bars)
Public propertyDrawingSerializer
(Inherited from Bars)
Public propertyEndDate
(Inherited from Bars)
Public propertyFirstBarPainted
(Inherited from Bars)
Public propertyHighestHigh
(Inherited from Bars)
Public propertyIndicators
(Inherited from Bars)
Public propertyIndicatorsSerializer
(Inherited from Bars)
Public propertyInstrument
(Inherited from Bars)
Public propertyIsAutoScale Gets or sets if auto scale
(Inherited from Bars)
Public propertyIsSelected
(Inherited from Bars)
Public propertyIsToday
(Inherited from Bars)
Public propertyIsValueChanged
(Inherited from Bars)
Public propertyIsVisible Gets or sets if the object can draw
(Inherited from Bars)
Public propertyItem
(Inherited from Bars)
Public propertyLast
(Inherited from Bars)
Public propertyLastBarPainted
(Inherited from Bars)
Public propertyLowestLow
(Inherited from Bars)
Public propertyPanelIndex
(Inherited from Bars)
Public propertySession
(Inherited from Bars)
Public propertySessionCount Gets the number of session the bars has
(Inherited from Bars)
Public propertySessionEnd The actual date from where the bars session ends
(Inherited from Bars)
Public propertySessionStart The actual date from where the bars session starts
(Inherited from Bars)
Public propertySessionString
(Inherited from Bars)
Public propertyStartDate
(Inherited from Bars)
Public propertyState
(Inherited from Bars)
Public propertyStrategies
(Inherited from Bars)
Top
Methods
 NameDescription
Public methodCalculateBarSpan
(Inherited from Bars)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBar
(Inherited from Bars)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Inherited from Bars)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also