MindFusion.Wpf Pack Programmer's Guide
AxesChart Methods
 


 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart.)

CreateImage

Converts the chart object into a Bitmap.

CrosshairPosition

Gets the current location of the crosshair.

EndInit

FrameworkElement.EndInit override. (Inherited from Chart.)

ExportImage

Exports a RenderTargetBitmap to a png file.

HitTest

Gets a collection of ChartElement objects that contain the specified point as parameter. (Inherited from Chart.)

LoadTheme

Loads the theme with the specified name. (Inherited from Chart.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from Chart.)

OnApplyTemplate

Control.OnApplyTemplate override.

OnAxesChanged

Raised when the axes has changed.

OnCrosshairPositionChanged

Triggers the CrosshairPositionChanged event.

OnDataChanged

Fired when data on the chart has changed. (Inherited from Chart.)

ResetZoom

Resets the zoom of the chart.

SaveTheme

Saves the current theme as a file with the specified name. (Inherited from Chart.)

UpdateChart

Recalculates and redraws the chart. (Inherited from Chart.)

Zoom

Zooms into the specified range of the chart graphics.

ZoomOut

Zooms out the chart one step back.

 Protected Methods

  Name Description

OnMouseEnter

Raised when the mouse enters the control.

OnMouseLeave

Raised when the mouse leaves the chart area.

OnPreviewMouseDown

Raised when the left mouse button is pressed while the pointer is over this control.

OnPreviewMouseMove

Raised when the mouse pointer moves while the mouse pointer is over the chart control.

OnPreviewMouseUp

Raised when the left mouse button is released while the mouse pointer is over the chart.

 See Also

AxesChart Class
MindFusion.Charting.Wpf Namespace