Enables/Disables chart area cursor user interface.
Visual Basic (Declaration) | |
---|---|
Public Property UserEnabled As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool UserEnabled {get; set;} |
Return Value
A boolean value that represents whether or not the cursor will be enabled.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.
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