Dundas Chart for Windows Forms
Anchor(DataPoint) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Annotation Class > Anchor Method : Anchor(DataPoint) Method


dataPoint
DataPoint to be anchored to.
DataPoint to be anchored to.

Enterprise Only Feature. Anchors an annotation to a data point.


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.
DataPoint to be anchored to.

Remarks

Anchors an annotation to the specified data point.


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

© 2009 All Rights Reserved.