CursorColor
|
Controls the color of the cursor enabled with CursorMode and DrawCursorToCache set True.
|
VertLineType
|
This property controls style of vertical line cursor when CursorMode is enabled to show a vertical cursor and DrawCursorToCache must be enabled.
|
HorzLineType
|
This property controls style of horizontal line cursor when CursorMode is enabled to show a horizontal cursor and DrawCursorToCache must be enabled.
|
DrawCursorToCache
|
This property enables newer CursorMode cursor drawing logic (Direct2D) that draws to CacheBmp2. Allows use of CursorColor, VertLineType and HorzLineType.
|
Hand
|
Gets or Sets the mouse's cursor style over hot spots. Setting to 0 uses default hand style. Set to alternate values defined in ProEssentials.Enums.MouseCursorStyles. Also set to any operating system based cursor handle like Cursor.Handle.ToInt32().
|
HourGlassThreshold
|
Gets or Sets the data point quantity threshold when the mouse cursor changes to an hour-glass while building image like Cursor.Handle.ToInt32().
|
LastMouseMove
|
Gets the mouse's most recent mouse move coordinates.
|
Mode
|
Gets or Sets cursor style. Cursor styles POINT, DATACROSS, DATASQUARE, and FLOATINGY are all designed to give either a point index the focus or an individual data point the focus.
|
MouseCursorControl
|
Gets or Sets whether the user can use the mouse to move the cursor's focus to a data point clicked. See Also: Cursor.Mode
|
NoDrop
|
Gets or Sets the mouse's cursor style while zooming and zoom not possible. Setting to 0 uses default no-drop style. Set to alternate values defined in ProEssentials.Enums.MouseCursorStyles. Also set to any operating system based cursor handle like Cursor.Handle.ToInt32().
|
Point
|
Gets or Sets the zero-based index of the point that has the cursors focus. If setting this property, set Cursor.Subset before this property.
|
ProcessingMouseMove
|
Read within a MouseMove event to learn if any ProEssentals based logic is also processing the mouse move event.
|
PromptLocation
|
If Cursor.PromptTracking is true, Gets or Sets the location of coordinate prompting when moving the mouse or cursor.
|
PromptStyle
|
If Cursor.PromptTracking is true, Gets or Sets the style of coordinate prompting when moving the mouse or cursor.
|
PromptTracking
|
Gets or Sets whether the graph continuously prompts the user of the data point value directly under the mouse cursor. See Also: Cursor.PromptStyle
|
SizeNS
|
Gets or Sets the mouse's cursor style while changing axis size via UI.Allow.MultiAxesSizing property. Setting to 0 uses default North South sizing style. Set to alternate values defined in ProEssentials.Enums.MouseCursorStyles. Also set to any operating system based cursor handle like Cursor.Handle.ToInt32().
|
Subset
|
Gets or Sets the zero-based index of the subset that has the cursors focus. If setting this property, set Cursor.Point after this property.
|
Zoom
|
Gets or Sets the mouse's cursor style while zooming. Setting to 0 uses default magnifying glass style. Set to alternate values defined in ProEssentials.Enums.MouseCursorStyles. Also set to any operating system based cursor handle like Cursor.Handle.ToInt32().
|