Version

EffectsAppearance Class Members

The following tables list the members exposed by EffectsAppearance.

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