Dundas Chart for ASP.NET
AllowMouseMoving Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ToolbarAttributes Class : AllowMouseMoving Property


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

Syntax

Visual Basic (Declaration)  
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#  
public bool AllowMouseMoving {get; set;}

Return Value

Returns true if the toolbar can be moved with a mouse; false otherwise. Default is true.
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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.