Name | Description |
Chart | Gets or sets a BaseChart object for display with the ChartViewer. |
Picture | Gets or sets the chart image to view. The chart image is typically created using BaseChart.makePicture. |
AutoSize | Gets or sets the sizing method of the ChartViewer control. |
ImageMap | Gets or sets the image map that defines the hot spots on the chart image. |
ToolTipText | Gets or sets the tool tip to display when the mouse is not over a hot spot. |
ViewPortLeft | Gets or sets the position of the left side of the viewport. |
ViewPortTop | Gets or sets the position of the top side of the viewport. |
ViewPortWidth | Gets or sets the width of the viewport. |
ViewPortHeight | Gets or sets the height of the viewport. |
MouseUsage | Gets or sets the mouse usage mode. |
ZoomDirection | Gets or sets the zoom direction for mouse zoom in/out actions. |
ScrollDirection | Gets or sets the scroll direction for mouse scroll actions. |
ZoomInRatio | Gets or sets the magnification ratio for each zoom in click of the mouse. |
ZoomOutRatio | Gets or sets the magnification ratio for each zoom out click of the mouse. |
ZoomInWidthLimit | Gets or sets the viewport width at maximum zoom in. |
ZoomOutWidthLimit | Gets or sets the viewport width at maximum zoom out. |
ZoomInHeightLimit | Gets or sets the viewport height at maximum zoom in. |
ZoomOutHeightLimit | Gets or sets the viewport height at maximum zoom out. |
MinimumDrag | Gets or sets the minimum mouse drag distance before it is considered as an intentional drag. |
SelectionBorderWidth | Gets or sets the border width of the zoom selection box. |
SelectionBorderColor | Gets or sets the border color of the zoom selection box as an OLE_COLOR. |
MousePointer | Gets or sets the mouse pointer to be used when the mouse is not over a normal hot spot. |
MouseIcon | Gets or sets a custom mouse icon to be used when the mouse is not over a normal hot spot. |
HotSpotMousePointer | Gets or sets the mouse pointer to be used when the mouse is over a normal hot spot. |
HotSpotMouseIcon | Gets or sets a custom mouse icon to be used when the mouse is over a normal hot spot. |
ZoomInMousePointer | Gets or sets the mouse cursor to be used when the mouse is used for zoom in. |
ZoomInMouseIcon | Gets or sets a custom mouse icon to be used when the mouse is used for zoom in. |
ZoomOutMousePointer | Gets or sets the mouse cursor to be used when the mouse is used for zoom out. |
ZoomOutMouseIcon | Gets or sets a custom mouse icon to be used when the mouse is used for zoom out. |
NoZoomMousePointer | Gets or sets the mouse cursor to be used when the mouse is used for zoom in/out, but the zoom in/out limits has been reached. |
NoZoomMouseIcon | Gets or sets a custom mouse icon to be used when the mouse is used for zoom in/out, but the zoom in/out limits has been reached. |
ScrollMousePointer | Gets or sets the mouse cursor to be used when the mouse is used for scrolling. |
ScrollMouseIcon | Gets or sets a custom mouse icon to be used when the mouse is used for scrolling. |
UpdateInterval | Gets or sets the minimum gap interval between two ViewPortChanged events in milliseconds. |
IsInViewPortChangedEvent | Checks if the current code is executing in a ViewPortChanged event. |
Note: Properties inherited from UserControl are omitted. |