Dundas Chart for ASP.NET
GetAnnotationGroup Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Annotation Class : GetAnnotationGroup Method


Enterprise Only Feature. Gets the group, if any, the annotation belongs to.
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.


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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.