Name | Description |
Chart | Gets or sets a BaseChart object to be used with the WPFChartViewer. |
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. |
CDMLToolTipPrefix | Gets or sets the CDML tooltip prefix. |
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. |
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.Windows.Media.Color. |
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.Controls.Canvas are omitted. |