Dundas.SharePoint.Charting.WebParts Send comments on this topic.
AllowMouseMoving Property
See Also 
Dundas.Charting.WebControl Namespace > ToolbarAttributes Class : AllowMouseMoving Property


Determines if the toolbar is allowed to be moved with the mouse by the end-user.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets a flag that indicates if the toolbar is allowed to be moved with the mouse.")>
<CategoryAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AllowMouseMoving As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ToolbarAttributes
Dim value As Boolean
 
instance.AllowMouseMoving = value
 
value = instance.AllowMouseMoving
C#  
[DescriptionAttribute("Gets or sets a flag that indicates if the toolbar is allowed to be moved with the mouse.")]
[CategoryAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool AllowMouseMoving {get; set;}

Return Value

true if chart toolbar can be moved with a mouse, false if it is not. Defaults to true.

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