Charting for WinForms Programmer's Guide
Chart Methods
 


 Public Methods

  Name Description

CreateImage

Overloaded.   (Inherited from Dashboard.)

DataBind

Binds the chart to current DataSource. (Inherited from Dashboard.)

ExportImage

Overloaded.   (Inherited from Dashboard.)

ExportPdf

Overloaded.   (Inherited from Dashboard.)

ExportSvg

Overloaded.   (Inherited from Dashboard.)

HitTest

Searches for a series element at specified location. (Inherited from Dashboard.)

Invalidate

Implements RootControl.InvalidateLayout. Invalidates the specified region of a component. (Inherited from Dashboard.)

InvalidateLayout

Implements RootControl.InvalidateLayout. Invalidates layout of specified component. (Inherited from Dashboard.)

NearestElement

Searches for a series element closest to specified location. (Inherited from Dashboard.)

Print

Overloaded.   (Inherited from Dashboard.)

PrintPreview

Overloaded.   (Inherited from Dashboard.)

ResetZoom

Resets zoom level to original data range.

ZoomOut

Zooms out of current data range.

 Protected Methods

  Name Description

CreatePlot

Creates the Plot type corresponding to this chart.

CreateRenderContext

Creates a RenderContext instance. (Inherited from Dashboard.)

Draw

Draws the dashboard on specified IGraphics surface. (Inherited from Dashboard.)

OnClick

Control.OnClick override. Raises the DataItemClicked event if the user has clicked on data element in a plot. (Inherited from Dashboard.)

OnMouseDown

Control.OnMouseDown override. (Inherited from Dashboard.)

OnMouseMove

Control.OnMouseMove override. (Inherited from Dashboard.)

OnMouseUp

Control.OnMouseUp override. (Inherited from Dashboard.)

OnPaddingChanged

Control.OnPaddingChanged override.

OnPaint

Control.OnPaint override. Draws the components contained by this dashboard. (Inherited from Dashboard.)

OnResize

Control.OnResize override. Invalidates the layout of child components and runs a new layout pass. (Inherited from Dashboard.)

OnSizeChanged

Control.OnSizeChanged override.

 See Also

Chart Class
MindFusion.Charting.WinForms Namespace