Version

Ellipse Annotations

link:Infragistics.webui.ultrawebchart~infragistics.ultrachart.resources.appearance.ellipseannotation.html[Ellipse Annotations]    are ellipses to display on the chart which optionally display text and/or a border.
Note
Note

Note : For an example procedure on how to create chart annotations, see Create Annotations.

Demonstrates the Ellipse Annotation on a Bubble Chart.

The following properties affect all Ellipse Annotations:

  • FillColor --This property is effectively a shortcut to PE.Fill . For simple ellipse coloring, just set the FillColor; for more advanced painting, use the PaintElement (the PE property).

  • Height

  • Width

  • Location

  • OutlineColor  — This property is effectively a shortcut to PE.Stroke . For simple ellipse outlining, just set the OutlineColor; for more advanced drawing, use the PaintElement (the PE property).

  • OutlineDrawStyle

  • OutlineThickness  — This property is effectively a shortcut to PE.StrokeWidth . For simple ellipse outlining, just set the OutlineThickness; for more advanced drawing, use the PaintElement (the PE property).

  • PE

  • Text

  • TextStyle