Version

BarChartAppearance Class Members

The following tables list the members exposed by BarChartAppearance.

Public Constructors
 NameDescription
Public ConstructorBarChartAppearance 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. (Inherited from Infragistics.UltraChart.Resources.Appearance.BarChart3DAppearance)
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextCollection of Chart Text labels that can be rendered over the data points of this Bar Chart.  
Public PropertyChartTextValueAlignmentGets or sets the chart text value alignment.  
Public PropertyNullHandlingReturns or sets a Boolean value that indicates whether or not the NULL data is to be handled as Zero or Average value  
Public PropertySeriesSpacingThe spacing between bars in a series.  
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. (Inherited from Infragistics.UltraChart.Resources.Appearance.BarChart3DAppearance)
Public MethodResetChartTextResets the Chart Text Collection by clearing all Chart Text objects it may contain.  
Public MethodResetSeriesSpacingResets the SeriesSpacing 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. (Inherited from Infragistics.UltraChart.Resources.Appearance.BarChart3DAppearance)
Protected MethodShouldSerializeChartTextDetermines whether the Chart Text collection needs to be serialized because Chart Text objects have been added to it.  
Protected MethodShouldSerializeSeriesSpacingReturns a Boolean value that determines whether the SeriesSpacing property is set to its default value.  
See Also