PolylineAnnotation.IsFreeDrawPlacement Property

.NET Framework (current version)
 

Gets or sets a flag that determines whether an annotation should be placed using the free-draw mode.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BrowsableAttribute(false)]
public virtual bool IsFreeDrawPlacement { get; set; }

Property Value

Type: System.Boolean

True if an annotation should be placed using free-draw mode, otherwise false. The default value is false.

Two different placement modes are supported when the BeginPlacement method is called. Set the IsFreeDrawPlacement property to true to switch from the default mode to free-draw mode, which allows the user to freely-draw while moving the mouse cursor.

.NET Framework
Available since 4.0
Return to top
Show: