Click or drag to resize

YAxis Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.CommonPropertyBase
        ArthaChitra.Model.ChartYAxis

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class YAxis : PropertyBase, 
	IMenuItem, IStyleTemplate, IYAxis, IRange

The YAxis type exposes the following members.

Constructors
 NameDescription
Public methodYAxis 
Top
Properties
 NameDescription
Public propertyAxisOrientation 
Public propertyCalculationMode 
Public propertyCommand 
Public propertyDataRangeType 
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyGridInterval 
Public propertyHasBars 
Public propertyHeader 
Public propertyIcon 
Public propertyIsCheckable 
Public propertyIsChecked 
Public propertyIsEnabled 
Public propertyIsVisible 
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyMax 
Public propertyMin 
Public propertyRangeCommand 
Public propertyRangeType 
Public propertyScaleType 
Public propertyStyleTemplate 
Public propertyTemplate
(Overrides PropertyBaseTemplate)
Public propertyTickSize 
Top
Methods
 NameDescription
Public methodClone
(Overrides PropertyBaseClone)
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also