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


Gets or sets a value representing whether the cursor is enabled.
Enables/Disables chart area cursor user interface.

Syntax

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

Return Value

A boolean value representing whether the cursor is enabled.

Remarks

In order to enable zooming on the chart, this property must be set 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.