ChartViewer supports all Visual Basic mouse pointer shapes, plus some additional shapes. The default is cvDefault. If the mouse pointer is set to cvCustom, the icon specified by the ChartViewer.MouseIcon property will be used as the mouse pointer.
Constant | Value | Description |
---|---|---|
cvDefault | 0 | The default mouse pointer. |
cvArrow | 1 | Arrow. |
cvCrosshair | 2 | Cross (crosshair pointer). |
cvIbeam | 3 | I beam. |
cvIconPointer | 4 | Icon (small square within a square). |
cvSizePointer | 5 | Size (four-pointed arrow pointing north |
cvSizeNESW | 6 | Size NE SW (double arrow pointing northeast and southwest). |
cvSizeNS | 7 | Size N S (double arrow pointing north and south). |
cvSizeNWSE | 8 | Size NW SE (double arrow pointing northwest and southeast). |
cvSizeWE | 9 | Size W E (double arrow pointing west and east). |
cvUpArrow | 10 | Up Arrow. |
cvHourglass | 11 | Hourglass (wait). |
cvNoDrop | 12 | No Drop. |
cvArrowHourglass | 13 | Arrow and hourglass. |
cvArrowQuestion | 14 | Arrow and question mark. |
cvSizeAll | 15 | Size all. |
cvHand | 50 | Hand. |
cvZoomInPointer | 51 | Zoom in. |
cvZoomOutPointer | 52 | Zoom out. |
cvNoZoomPointer | 53 | No Zoom. |
cvScrollHorizontal | 54 | Horizontal scrolling. |
cvScrollVertical | 55 | Vertical scrolling. |
cvScroll2D | 56 | 2D Scrolling. |
cvCustom | 99 | Custom icon. |