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


Enterprise Only Feature. Ends user placement of an annotation.
Ends user placement of an annotation.

Syntax

Visual Basic (Declaration)  
Public Overridable Sub EndPlacement() 
Visual Basic (Usage) Copy Code
Dim instance As Annotation
 
instance.EndPlacement()
C#  
public virtual void EndPlacement()

Remarks

Ends an annotation placement operation previously started by a BeginPlacement method call.

Calling this method is not required, since placement will automatically end when an end user enters all required points. However, it is useful when an annotation placement operation needs to be aborted for some reason.


Ends an annotation placement oepration previously started by a BeginPlacement method call.

Calling this method is not required, since placement will automatically end when an end user enters all required points. However, it is usefull when an annotation placement operation needs to be aborted for some reason.

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.