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


Enterprise Only Feature. Gets or sets a flag that determines the free-draw placement mode for an annotation.
Gets or sets a flag that determines the free-draw placement mode for an annotation.

Syntax

Visual Basic (Declaration)  
Public Overridable Property FreeDrawPlacement As Boolean
Visual Basic (Usage) Copy Code
Dim instance As PolylineAnnotation
Dim value As Boolean
 
instance.FreeDrawPlacement = value
 
value = instance.FreeDrawPlacement
C#  
public virtual bool FreeDrawPlacement {get; set;}

Return Value

True if the annotation should be placed using free draw mode, false otherwise. Defaults to false.


True if the annotation should be placed using free draw mode, false otherwise. Defaults to false.

Remarks

This annotation supports two different placement modes when the BeginPlacement method is called.

Set this property to true to switch from the default mode to free draw mode, where an end-user can free draw while moving the mouse cursor.


This annotation supports two different placement modes when the Annotation.BeginPlacement method is called. Set this property to true to switch from the default mode to free draw mode, where an end-user can free draw while moving the mouse cursor.

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.