Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Anchor(DataPoint) Method
See Also 
Dundas.Charting.WebControl Namespace > Annotation Class > Anchor Method : Anchor(DataPoint) Method


dataPoint
DataPoint to be anchored to.
Anchors an annotation to a data point.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Anchor( _
   ByVal dataPoint As DataPoint _
) 
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim dataPoint As DataPoint
 
instance.Anchor(dataPoint)
C#  
public void Anchor( 
   DataPoint dataPoint
)

Parameters

dataPoint
DataPoint to be anchored to.

Remarks

Anchors an annotation to the specified data point.

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