Search
Dashboard Methods
 


 Public Methods

  Name Description

CreateImage

Overloaded.  

DataBind

Binds the chart to current DataSource.

ExportImage

Overloaded.  

ExportPdf

Overloaded.  

ExportSvg

Overloaded.  

HitTest

Searches for a series element at specified location.

Invalidate

Implements RootControl.InvalidateLayout. Invalidates the specified region of a component.

InvalidateLayout

Implements RootControl.InvalidateLayout. Invalidates layout of specified component.

NearestElement

Searches for a series element closest to specified location.

Print

Overloaded.  

PrintPreview

Overloaded.  

 Protected Methods

  Name Description

CreateRenderContext

Creates a RenderContext instance.

Draw

Draws the dashboard on specified IGraphics surface.

OnClick

Control.OnClick override. Raises the DataItemClicked event if the user has clicked on data element in a plot.

OnMouseDown

Control.OnMouseDown override.

OnMouseMove

Control.OnMouseMove override.

OnMouseUp

Control.OnMouseUp override.

OnPaint

Control.OnPaint override. Draws the components contained by this dashboard.

OnResize

Control.OnResize override. Invalidates the layout of child components and runs a new layout pass.

 See Also