Search
Dashboard Methods
 


 Public Methods

  Name Description

createRenderContext

Creates a RenderContext instance.

dataBind

Binds the chart to current DataSource.

draw

Draws the dashboard control.

fromJson

Deserializes the control's data from JSON string.

invalidate

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

invalidateLayout

Implements RootControl.InvalidateLayout. Invalidates layout of specified component.

onClick

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

onMouseDown

Handles the HTMLCanvasElement mousedown event.

onMouseMove

Handles the HTMLCanvasElement mousemove event.

onMouseUp

Handles the HTMLCanvasElement mouseup event.

onResize

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

toJson

Serializes the control's data to JSON string.

 See Also