Version

ColumnChartAppearance Class Members

The following tables list the members exposed by ColumnChartAppearance.

Public Constructors
 NameDescription
Public ConstructorColumnChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
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 columns of this Column Chart.  
Public PropertyChartTextValueAlignmentGets or sets the chart text value alignment.  
Public PropertyColumnSpacingGets/sets the spacing between each column in a series in column width increments. (Inherited from Infragistics.UltraChart.Resources.Appearance.ColumnChart3DAppearance)
Public PropertyNullHandlingOverridden. Specifies whether nulls in the data are treated as zero or an average of adjacent values.  
Public PropertySeriesSpacingThe spacing between series, in column width increments.  
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 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)
See Also