Version

BarChart3DAppearance Class Members

The following tables list the members exposed by BarChart3DAppearance.

Public Constructors
 NameDescription
Public ConstructorBarChart3DAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBarSpacingGets/Sets the value specifying an amount of space between each bar in a series, in whole bar width increments.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyNullHandlingReturns or sets a Boolean value that indicates whether or not the NULL data is to be handled as Zero or Average value  
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 MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodResetBarSpacingResets the BarSpacing property to its default value.  
Public MethodResetNullHandlingResets the NullHandling property to its default value.  
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected MethodShouldSerializeBarSpacingReturns a Boolean value that determines whether the BarSpacing property is set to its default value.  
Protected MethodShouldSerializeNullHandlingReturns a Boolean value that determines whether the NullHandling property is set to its default value.  
See Also