Xceed Chart for WinForms v4.4 Documentation
DataCursorMode Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataCursorTool Class : DataCursorMode Property
The mode of the data cursor.
Syntax
'Declaration
 
<DescriptionAttribute("The mode of the data cursor.")>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
Public Property DataCursorMode As DataCursorMode
'Usage
 
Dim instance As DataCursorTool
Dim value As DataCursorMode
 
instance.DataCursorMode = value
 
value = instance.DataCursorMode
[Description("The mode of the data cursor.")]
[DefaultValue()]
[Category("General")]
public DataCursorMode DataCursorMode {get; set;}
Remarks
Controls when the data cursor should respond to mouse events. Possible values are: DataCursorMode.MouseDown, DataCursorMode.MouseMove and DataCursorMode.MouseDrag.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataCursorTool Class
DataCursorTool Members