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


AnnotationSmartLabels class provides SmartLabels functionality specific to the annotation objects.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("This class is used for annotation smart labels.")>
Public Class AnnotationSmartLabels 
   Inherits SmartLabels
Visual Basic (Usage) Copy Code
Dim instance As AnnotationSmartLabels
C#  
[DescriptionAttribute("This class is used for annotation smart labels.")]
public class AnnotationSmartLabels : SmartLabels 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.SmartLabels
      Dundas.Charting.WebControl.AnnotationSmartLabels

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