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


The following tables list the members exposed by Cursor.

Public Properties

  Name Description
Public Property AutoScroll Determines if scrolling will occur if a range selection operation extends beyond a boundary of the chart area.
Indicates that cursor will automatically scroll the area view if necessary.  
Public Property AxisType Gets or sets the type of axis that the cursor is attached to.
The type of axis the cursor is attached to.  
Public Property Interval Gets or sets the cursor movement interval.
Cursor movement interval.  
Public Property IntervalOffset Gets or sets the interval offset, which affects where an axis' cursor and range selection can be drawn when set by a user.
Cursor movement interval offset.  
Public Property IntervalOffsetType Gets or sets the interval offset type of an axis' cursor and selected range.
Cursor movement interval offset type.  
Public Property IntervalType Gets or sets the interval type of an axis' cursor and selected range.
Cursor movement interval type.  
Public Property LineColor Gets or sets the cursor line color.
Cursor color.  
Public Property LineStyle Gets or sets the cursor line style.
Cursor line style.  
Public Property LineWidth Gets or sets the cursor line width. Measured in pixels.
Cursor line width.  
Public Property Position Gets or sets the position of a cursor.
Cursor position.  
Public Property SelectionColor Gets or sets a semi-transparent color that highlights a range of data.
Chart area range selection color.  
Public Property SelectionEnd

Gets or sets the end position of a range selection.


Range selection end position.  
Public Property SelectionStart Gets or sets the starting position of a cursor's selected range.
Range selection start position.  
Public Property UserEnabled Gets or sets a property that enables or disables the cursor interface.
Enables/Disables chart area cursor user interface.  
Public Property UserSelection Enables or disables chart area range selection.
Enables/disables the range selection user interface.  
Top

Public Methods

  Name Description
Public Method SetCursorPixelPosition Call this method to display a cursor at the specified position.  Measured in pixels.
Sets new cursor position.  
Public Method SetCursorPosition This method sets the position of a cursor within a chart area at a given axis value.
Sets new cursor position.  
Public Method SetSelectionPixelPosition

This method sets the starting and ending positions of a range selection.


Sets new range selection start and\or end position.  
Public Method SetSelectionPosition This method sets the position of a selected range within a chart area at given axis values.
Sets new range selection position.  
Top

See Also

© 2009 All Rights Reserved.