Dundas.SharePoint.Charting.WebParts Send comments on this topic.
TextAnnotation Class
See Also  Members  
Dundas.Charting.WebControl Namespace : TextAnnotation Class


TextAnnotation is a class that represents a text annotation.

Object Model





Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Text annotation class.")>
Public Class TextAnnotation 
   Inherits Annotation
Visual Basic (Usage) Copy Code
Dim instance As TextAnnotation
C#  
[DescriptionAttribute("Text annotation class.")]
public class TextAnnotation : Annotation 

Remarks

Note that other annotations do display inner text (e.g. rectangle, ellipse annotations, etc.).

Text annotations support moving animation.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.Annotation
      Dundas.Charting.WebControl.TextAnnotation
         Dundas.Charting.WebControl.CalloutAnnotation
         Dundas.Charting.WebControl.RectangleAnnotation

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also