Search
Dashboard Members
Constructors Fields Properties Methods Events
 


A control that contains multiple chart plots and gauges and manages their layout.

The following tables list the members exposed by the Dashboard type.

 Public Constructors

  Name Description

Dashboard

Initializes a new instance of the Dashboard class.

 Protected Fields

  Name Description

TooltipBrush

The Brush used to fill tooltip's background.

TooltipPen

The Pen used to draw tooltip borders.

 Public Properties

  Name Description

AllowZoom

Gets or sets a value indicating whether users are allowed to zoom into plots' data ranges.

BackgroundImage

Gets or sets dashboard's background image.

BackgroundImageAlign

Gets or sets the alignment of BackgroundImage relatively to dashboard boundaries.

BackgroundImageAutoSize

Gets or sets whether auto-size mode is enabled for BackgroundImage.

LayoutBuilder

Gets a LayoutBuilder instance that provides shortcut methods for building fragments of dashboard's user interface.

LayoutPanel

Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other.

LicenseKey

Gets or sets the license key of the control.

Padding

 

RootPanel

Gets the root Panel in the hierarchy of dashboard components.

Theme

Gets or sets a Theme specifying appearance of dashboard elements.

 Public Methods

  Name Description

DataBind

Binds the chart to current DataSource.

GetGraphics

For internal use.

HandleTouchDown

Invoked to handle touch down interactions.

HandleTouchMove

Invoked to handle touch move interactions.

HandleTouchUp

Invoked to handle touch up interactions.

HitTest

Searches for a dashboard element at specified location.

Invalidate

Overloaded. Repaints the control.

InvalidateLayout

Implements RootControl.InvalidateLayout. Invalidates layout of specified component.

Paint

Draws the dashboard to the specified graphics.

SetTransform

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

 Protected Methods

  Name Description

CreateRenderContext

Creates a RenderContext instance.

Draw

Draws the dashboard on specified IGraphics surface.

OnRepaint

Raises the Repaint event.

 Public Events

  Name Description

DataItemClicked

Raised when the user clicks on a data item inside a plot.

Repaint

Raised when the dashboard should be repainted.

 See Also