Click or drag to resize

XAxis Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.ChartChartPanelBase
        ArthaChitra.Model.ChartXAxis

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class XAxis : ChartPanelBase, 
	IXAxis

The XAxis type exposes the following members.

Constructors
 NameDescription
Public methodXAxis 
Top
Properties
 NameDescription
Public propertyCursorView
(Inherited from ChartPanelBase)
Public propertyDisplayName
(Inherited from ChartPanelBase)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyHeight
(Inherited from ChartPanelBase)
Public propertyIsChartTraderEnabled
(Inherited from ChartPanelBase)
Public propertyIsDraggable
(Overrides ChartPanelBaseIsDraggable)
Public propertyIsHeightFixed
(Overrides ChartPanelBaseIsHeightFixed)
Public propertyIsReset 
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyLargeChange 
Public propertyLeftYAxis
(Inherited from ChartPanelBase)
Public propertyMax 
Public propertyMin 
Public propertyPreviewMouseDownCommand
(Inherited from ChartPanelBase)
Public propertyPreviewMouseMoveCommand
(Inherited from ChartPanelBase)
Public propertyPreviewMouseUpCommand
(Inherited from ChartPanelBase)
Public propertyPreviewMouseWheelCommand
(Inherited from ChartPanelBase)
Public propertyRefresh 
Public propertyResetCommand 
Public propertyRightYAxis
(Inherited from ChartPanelBase)
Public propertyScrollCommand 
Public propertyScrollValue 
Public propertySmallChange 
Public propertyTop
(Inherited from ChartPanelBase)
Public propertyTradingBars
(Inherited from ChartPanelBase)
Public propertyTradingYAxis The trading y-axis. used in xaml
(Inherited from ChartPanelBase)
Public propertyTradingYAxisWidth The trading y-axis. Used in xaml
(Inherited from ChartPanelBase)
Top
Methods
 NameDescription
Public methodCalculateBarIndexFromX 
Public methodCalculateTimeFromX 
Public methodCalculateXFromBarIndex 
Public methodCalculateXFromTime Calculates the time from X
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOnRender 
Public methodScrollTo 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also