Dundas Chart for ASP.NET
AddCallout Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > AnnotationCollection Class : AddCallout 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.
text
Annotation text.
Annotation text.
style
Style of the annotation.
CalloutStyle of the annotation.
x
X coordinate of the annotation.
X coordinate of the annotation.
y
Y coordinate of the annotation.
Y coordinate of the annotation.
width
Width of the annotation.
Width of the annotation.
height
Height of the annotation.
Height of the annotation.
Enterprise Only Feature. Adds a new callout annotation to the end of the collection.
Adds a new callout annotation to the end of the collection.

Syntax

Visual Basic (Declaration)  
Public Function AddCallout( _
   ByVal name As String, _
   ByVal text As String, _
   ByVal style As CalloutStyle, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As AnnotationCollection
Dim name As String
Dim text As String
Dim style As CalloutStyle
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim value As Integer
 
value = instance.AddCallout(name, text, style, x, y, width, height)
C#  
public int AddCallout( 
   string name,
   string text,
   CalloutStyle style,
   double x,
   double y,
   double width,
   double height
)

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.
text
Annotation text.
Annotation text.
style
Style of the annotation.
CalloutStyle of the annotation.
x
X coordinate of the annotation.
X coordinate of the annotation.
y
Y coordinate of the annotation.
Y coordinate of the annotation.
width
Width of the annotation.
Width of the annotation.
height
Height of the annotation.
Height of the annotation.

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.