MindFusion.Wpf Pack Programmer's Guide
BubbleChart Methods
 


 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart.)

CreateImage

Converts the chart object into a Bitmap. (Inherited from AxesChart.)

CrosshairPosition

Gets the current location of the crosshair. (Inherited from AxesChart.)

EndInit

FrameworkElement.EndInit override. (Inherited from Chart.)

ExportImage

Exports a RenderTargetBitmap to a png file. (Inherited from AxesChart.)

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

Chart.OnApplyTemplate override.

OnAxesChanged

Raised when the axes has changed. (Inherited from AxesChart.)

OnCrosshairPositionChanged

Triggers the CrosshairPositionChanged event. (Inherited from AxesChart.)

OnDataChanged

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

ResetZoom

Resets the zoom of the chart. (Inherited from AxesChart.)

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. (Inherited from AxesChart.)

ZoomOut

Zooms out the chart one step back. (Inherited from AxesChart.)

 Protected Methods

  Name Description

OnMouseEnter

Raised when the mouse enters the control. (Inherited from AxesChart.)

OnMouseLeave

Raised when the mouse leaves the chart area. (Inherited from AxesChart.)

OnPreviewMouseDown

Raised when the left mouse button is pressed while the pointer is over this control. (Inherited from AxesChart.)

OnPreviewMouseMove

Raised when the mouse pointer moves while the mouse pointer is over the chart control. (Inherited from AxesChart.)

OnPreviewMouseUp

Raised when the left mouse button is released while the mouse pointer is over the chart. (Inherited from AxesChart.)

 See Also

BubbleChart Class
MindFusion.Charting.Wpf Namespace