Version

AxisMargin Class Members

The following tables list the members exposed by AxisMargin.

Public Constructors
 NameDescription
Public ConstructorAxisMargin ConstructorCreates AxisMargin 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 PropertyMarginTypeMeasurement type of this margin.  
Public PropertyValueSize of this axis margin.  
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 AxisMargin 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 MethodResetMarginTypeResets the MarginType property to its default value.  
Public MethodResetValueResets the Value 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 MethodShouldSerializeMarginTypeReturns a Boolean value that determines whether the MarginType property is set to its default value.  
Public MethodShouldSerializeValueReturns a Boolean value that determines whether the Value property is set to its default value.  
Public MethodToStringReturns a representation of this axis margin as a string.  
See Also