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


Ends user placement of the annotation.

Syntax

Visual Basic (Declaration)  
Public Overrides Sub EndPlacement() 
Visual Basic (Usage) Copy Code
Dim instance As PolylineAnnotation
 
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 will automatically end when an end-user enters all required points. It is usefull when annotation placement should be aborted, for whatever 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.