Dundas Chart for Windows Forms
UserEnabled Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Cursor Class : UserEnabled Property


Gets or sets a property that enables or disables the cursor interface.
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 that represents whether or not the cursor will be enabled.

Remarks

If TRUE the axis' cursor will be displayed when the user clicks within a chart area.

By default cursors (and range selections) are displayed when the left mouse button is depressed.  To use another mouse button (or to use the CTRL, ALT and SHIFT keys) override the appropriate events and programmatically control the cursor/range selection operations.  For an example of this see the SetSelectionPixelPosition topic.

If this property is false the user will still be able to select a range as long as the UserSelection property is 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

© 2009 All Rights Reserved.