This attribute sets the pointer that displays when the user moves the mouse over an element.
Type: Cursor
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
Following is the list of values applicable to Cursor:
|
Value |
|
Arrrow |
|
Eraser |
|
Hand |
|
IBeam |
|
None |
|
SizeNS |
|
SizeWE |
|
Stylus |
|
Wait |
Note:
IBeam - Is used to show where the text cursor appears when the mouse is clicked. E.g., Text Box
None - Cursor becomes invisible.
Wait - This is also referred to as hourglass.
This attribute applies to:
Syntax:
<vc:Chart Cursor="Hand">
</vc:Chart>