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


Annotation is an abstract class that defines properties and methods common to all annotations.

Object Model





Syntax

Visual Basic (Declaration)  
<DefaultPropertyAttribute("Name")>
<DescriptionAttribute("Abstract base class off all chart annotation classes.")>
Public MustInherit Class Annotation 
Visual Basic (Usage) Copy Code
Dim instance As Annotation
C#  
[DefaultPropertyAttribute("Name")]
[DescriptionAttribute("Abstract base class off all chart annotation classes.")]
public abstract class Annotation 

Remarks

All annotations are derived from the Annotation class, which can be used to set attributes common to all annotation objects (e.g. color, position, anchoring and others).

Inheritance Hierarchy

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