Name | Description |
Chart | Gets or sets a BaseChart object to be used with the WinChartViewer. |
Image | Gets or sets the chart image to view. |
ChartSizeMode | Determine the sizing method of the chart image. |
ImageMap | Gets or sets the image map that defines the hot spots on the chart image. |
DefaultToolTip | Gets or sets the tool tip to display when the mouse is over the WinChartViewer control but not over a hot spot. If the mouse cursor is over a hot spot, the tool tip specified in the image map will be displayed instead. |
CDMLToolTipPrefix | Gets or sets the CDML tooltip prefix. |
AutomaticDelay | Gets or sets the automatic delay (in milliseconds) of the tool tip. |
AutoPopDelay | Gets or sets the period of time (in milliseconds) that the tool tip remains visible if the mouse cursor is stationary. |
InitialDelay | Gets or sets the period of time (in milliseconds) that passes before the tool tip appears. |
ReshowDelay | Gets or sets the length of time (in milliseconds) that must transpire before subsequent tool tip windows can appear as the mouse cursor moves from one tool tip location to another. |
ChartMouseX | Gets the mouse x-coordinate in the chart pixel coordinate system. |
ChartMouseY | Gets the mouse y-coordinate in the chart pixel coordinate system. |
PlotAreaMouseX | Gets the mouse x-coordinate on the plot area in the chart pixel coordinate system. |
PlotAreaMouseY | Gets the mouse y-coordinate on the plot area in the chart pixel coordinate system. |
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. |
MouseWheelZoomRatio | Gets or sets the magnification ratio for each mouse wheel event. |
MouseWheelAutoFocus | Determines whether to automatically grab the focus to support mouse wheel zooming. |
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 a System.Drawing.Color. |
Cursor | Gets or sets the cursor that is displayed when the mouse cursor is over the WinChartViewer control but not over a normal hot spot. If the mouse cursor is over a normal hot spot, the WinChartViewer.HotSpotCursor will be displayed instead. |
HotSpotCursor | Gets or sets the cursor that is displayed when the mouse cursor is over a normal hot spot. |
ZoomInCursor | Gets or sets the mouse cursor to be used when the mouse is used for zoom in. |
ZoomOutCursor | Gets or sets the mouse cursor to be used when the mouse is used for zoom out. |
NoZoomCursor | 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. |
ScrollCursor | Gets or sets the mouse cursor to be used when the mouse is used for scrolling. |
UpdateInterval | Gets or sets the minimum gap interval between two ViewPortChanged events in milliseconds. |
IsMouseOnPlotArea | Checks if the mouse cursor is on the extended plot area. |
IsMouseDragging | Checks if the mouse is dragging on the plot area. |
IsInMouseMoveEvent | Checks if the current code is executing in a WinChartViewer.MouseMoveChart event or WinChartViewer.MouseMovePlotArea event handler. |
IsInViewPortChangedEvent | Checks if the current code is executing in a ViewPortChanged event. |
Note: Properties inherited from System.Windows.Forms.PictureBox are omitted. |