Version

EllipseAnnotation Class Members

The following tables list the members exposed by EllipseAnnotation.

Public Constructors
 NameDescription
Public ConstructorEllipseAnnotation ConstructorEllipseAnnotation constructor.  
Public Properties
 NameDescription
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 Ellipse Annotation. This property is equivalent to EllipseAnnotation.PE.Fill.  
Public PropertyHeightGets/Sets the Height of this Ellipse Annotation. Set this property to -1 to auto-fit the Ellipse'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 PropertyOutlineColorThe color to use to draw the outline of this Ellipse Annotation. This property is directly equivalent to EllipseAnnotation.PE.Stroke.  
Public PropertyOutlineDrawStyleThe LineDrawStyle to use for the outline of this Ellipse Annotation.  
Public PropertyOutlineThicknessThe stroke width to use for this Ellipse's Outline. This property is directly equivalent to EllipseAnnotation.PE.StrokeWidth.  
Public PropertyPEThe PaintElement used for painting this Ellipse Annotation.  
Public PropertyTextThe text string to be displayed inside this Ellipse Annotation.  
Public PropertyTextStyleContains properties related to the appearance of the text to display inside this Ellipse 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 Ellipse Annotation. Set this property to -1 to auto-fit the Ellipse's Text.  
Public Methods
 NameDescription
Public MethodCloneOverridden. Creates a new EllipseAnnotation object that is a copy of the current instance.  
Public MethodInvalidateForces the current component to refresh if possible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public MethodRenderAnnotationOverloaded. Overridden. Renders this Ellipse Annotation to the SceneGraph as a child annotation of the specified parent primitive.  
Public MethodToStringReturns a string that represents the current annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Protected Methods
 NameDescription
Protected MethodSetTextSettingSets the text setting. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
See Also