Search
Dashboard Methods
 


 Public Methods

  Name Description

DataBind

Binds the chart to current DataSource.

Dispose

Implements IDisposable.

GetGraphics

For internal use.

HitTest

Searches for a series element at specified location.

Invalidate

Implements RootControl.Invalidate. 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.

Paint

Draws the dashboard to the specified graphics.

Print

Overloaded.  

PrintPreview

Overloaded.  

SetClientRect

For internal use.

SetTransform

Sets the transformation of the specified graphics to correspond to the dashboard's current unit, zoom and scroll.

 Protected Methods

  Name Description

BuildRenderTree

 

CreateRenderContext

Creates a RenderContext instance.

Draw

Draws the dashboard on specified IGraphics surface.

OnAfterRenderAsync

ComponentBase.OnAfterRenderAsync override.

OnClick

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

OnPaint

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

OnPointerDown

Control.OnMouseDown override.

OnPointerMove

Control.OnMouseMove override.

OnPointerUp

Control.OnMouseUp override.

OnResize

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

 See Also