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


RectangleAnnotation is a class that represents a rectangle annotation.

Object Model





Syntax

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

Remarks

A rectangle annotation can also display inner text.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.Annotation
      Dundas.Charting.WebControl.TextAnnotation
         Dundas.Charting.WebControl.RectangleAnnotation
            Dundas.Charting.WebControl.Border3DAnnotation
            Dundas.Charting.WebControl.EllipseAnnotation

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