Version

AxisMarginAppearance Class Members

The following tables list the members exposed by AxisMarginAppearance.

Public Constructors
 NameDescription
Public ConstructorAxisMarginAppearance ConstructorCreates AxisMarginAppearance object with default properties  
Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyFarConfigures the axis margin on the "far" side of the axis, which is the side furthest from zero.  
Public PropertyNearConfigures the axis margin on the "near" side of the axis, which is the side closest to zero.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this AxisMarginAppearance object.  
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodResetResets the AxisMargin object to its default value.  
Public MethodResetFarResets the Far property to its default value.  
Public MethodResetNearResets the Near property to its default value.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodShouldSerializeReturns a Boolean value that determines whether the object is set to its default value.  
Public MethodShouldSerializeFarReturns a Boolean value that determines whether the Far property is set to its default value.  
Public MethodShouldSerializeNearReturns a Boolean value that determines whether the Near property is set to its default value.  
Public MethodToStringReturns a string representation of this AxisMarginAppearance.  
See Also