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.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.BooleanTrue 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
Available since 4.0
Show: