Version

AnnotationsAppearance Class Members

The following tables list the members exposed by AnnotationsAppearance.

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