Version

CalloutAnnotation Class Properties

For a list of all members of this type, see CalloutAnnotation members.

Public Properties
 NameDescription
Public PropertyBorderContains properties related to the appearance of this Callout's border.  
Public PropertyComponentA reference to the chart component which owns this annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyFillColorThe color used to fill in this Callout Annotation. This property is equivalent to CalloutAnnotation.PE.Fill.  
Public PropertyHeightGets/Sets the Height of this Callout Annotation. Set this property to -1 to auto-fit the Callout's Text.  
Public PropertyLocationGets/Sets the location of this annotation object. All annotations must be placed based on the Location specified by this property. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyOffsetGets/Sets the location of this annotation object's offset point. All offsetable annotations must be placed based on this property, in addition to the Location property. (Inherited from Infragistics.UltraChart.Resources.Appearance.OffsetableAnnotation)
Public PropertyOffsetModeMethod of acquiring this annotation's offset point. If OffsetMode is set to Manual, then the values specified in the Offset property will be used for the offset point. Otherwise, the offset point will be automatically placed. (Inherited from Infragistics.UltraChart.Resources.Appearance.OffsetableAnnotation)
Public PropertyPEThe PaintElement used for painting this Callout Annotation.  
Public PropertyTextThe text string to be displayed inside this Callout Annotation.  
Public PropertyTextStyleContains properties related to the appearance of the text to display inside this Callout Annotation.  
Public PropertyVisibleDetermines whether or not this Annotation will be Visible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyWidthGets/Sets the Width of this Callout Annotation. Set this property to -1 to auto-fit the Callout's Text.  
See Also