The following tables list the members exposed by CalloutAnnotation.
Name | Description | |
---|---|---|
CalloutAnnotation Constructor | CalloutAnnotation constructor. |
Name | Description | |
---|---|---|
Border | Contains properties related to the appearance of this Callout's border. | |
Component | A reference to the chart component which owns this annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation) | |
FillColor | The color used to fill in this Callout Annotation. This property is equivalent to CalloutAnnotation.PE.Fill. | |
Height | Gets/Sets the Height of this Callout Annotation. Set this property to -1 to auto-fit the Callout's Text. | |
Location | Gets/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) | |
Offset | Gets/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) | |
OffsetMode | Method 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) | |
PE | The PaintElement used for painting this Callout Annotation. | |
Text | The text string to be displayed inside this Callout Annotation. | |
TextStyle | Contains properties related to the appearance of the text to display inside this Callout Annotation. | |
Visible | Determines whether or not this Annotation will be Visible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation) | |
Width | Gets/Sets the Width of this Callout Annotation. Set this property to -1 to auto-fit the Callout's Text. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a new CalloutAnnotation object that is a copy of the current instance. | |
Invalidate | Forces the current component to refresh if possible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation) | |
RenderAnnotation | Overloaded. Overridden. Renders this callout annotation to the SceneGraph as a child annotation of the specified parent primitive, using an automatically generated offset point. | |
ToString | Returns a string that represents the current annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation) |
Name | Description | |
---|---|---|
SetTextSetting | Sets the text setting. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation) |