The following tables list the members exposed by Cursor.
Name | Description | |
---|---|---|
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. | |
AxisType | Gets or sets the type of axis that the cursor is attached to. The type of axis the cursor is attached to. | |
Interval | Gets or sets the cursor movement interval. Cursor movement interval. | |
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. | |
IntervalOffsetType | Gets or sets the interval offset type of an axis' cursor and selected range. Cursor movement interval offset type. | |
IntervalType | Gets or sets the interval type of an axis' cursor and selected range. Cursor movement interval type. | |
LineColor | Gets or sets the cursor line color. Cursor color. | |
LineStyle | Gets or sets the cursor line style. Cursor line style. | |
LineWidth | Gets or sets the cursor line width. Measured in pixels. Cursor line width. | |
Position | Gets or sets the position of a cursor. Cursor position. | |
SelectionColor | Gets or sets a semi-transparent color that highlights a range of data. Chart area range selection color. | |
SelectionEnd |
Gets or sets the end position of a range selection. Range selection end position. | |
SelectionStart | Gets or sets the starting position of a cursor's selected range. Range selection start position. | |
UserEnabled | Gets or sets a property that enables or disables the cursor interface. Enables/Disables chart area cursor user interface. | |
UserSelection | Enables or disables chart area range selection. Enables/disables the range selection user interface. |
Name | Description | |
---|---|---|
SetCursorPixelPosition | Call this method to display a cursor at the specified position. Measured in pixels. Sets new cursor position. | |
SetCursorPosition | This method sets the position of a cursor within a chart area at a given axis value. Sets new cursor position. | |
SetSelectionPixelPosition |
This method sets the starting and ending positions of a range selection. Sets new range selection start and\or end position. | |
SetSelectionPosition | This method sets the position of a selected range within a chart area at given axis values. Sets new range selection position. |