Cursor

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:

  1. IBeam - Is used to show where the text cursor appears when the mouse is clicked. E.g., Text Box

  2. None - Cursor becomes invisible.

  3. Wait - This is also referred to as hourglass.

 

This attribute applies to:

 

Syntax:

<vc:Chart Cursor="Hand">

 

</vc:Chart>