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


Enterprise Only Feature. Ends user placement of an annotation.
Ends user placement (i.e. drawing) of the annotation.

Syntax

Visual Basic (Declaration)  
Public Overrides Sub EndPlacement() 
Visual Basic (Usage) Copy Code
Dim instance As TextAnnotation
 
instance.EndPlacement()
C#  
public override void EndPlacement()

Remarks

Ends annotation placement previously started by a BeginPlacement method call.

This method is usually not required, since placement (i.e. drawing) will automatically end when an end-user enters all the required points. It is usefull when annotation placement should be aborted for any 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.