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


name
Name of the annotation. Use an empty string to automatically assign a unique name.
Name of the annotation. Use an empty string to automatically assign a unique name.
Enterprise Only Feature. Adds a new group annotation to the end of the collection.
Adds a new group annotation to the end of the collection.

Syntax

Visual Basic (Declaration)  
Public Function AddGroup( _
   ByVal name As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As AnnotationCollection
Dim name As String
Dim value As Integer
 
value = instance.AddGroup(name)
C#  
public int AddGroup( 
   string name
)

Parameters

name
Name of the annotation. Use an empty string to automatically assign a unique name.
Name of the annotation. Use an empty string to automatically assign a unique name.

Return Value

Index of the added object.


Index of the added object.

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.