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.
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.
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).
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).
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).