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


Gets the group, if any, the annotation belongs to.

Syntax

Visual Basic (Declaration)  
Public Function GetAnnotationGroup() As AnnotationGroup
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As AnnotationGroup
 
value = instance.GetAnnotationGroup()
C#  
public AnnotationGroup GetAnnotationGroup()

Return Value

Returns an AnnotationGroup object, or null or nothing if the annotation does not belong to a group.

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