Version

OverrideAppearance Class Members

The following tables list the members exposed by OverrideAppearance.

Public Constructors
 NameDescription
Public ConstructorOverrideAppearance ConstructorOverrideAppearance constructor.  
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyEnabledDetermines whether or not the Overrides in the Overrides collection will be applied to the chart.  
Public PropertyItemGets/Sets the Override at the specified index.  
Public PropertyOverridesA collection of Overrides to be applied to the chart.  
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 MethodAddAdds an Override to the Overrides collection.  
Public MethodRemoveRemoves an Override from the Overrides collection.  
Public MethodRemoveAtRemoves an Override from the Overrides collection at the specified index.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also