A control that contains multiple chart plots and gauges and manages their layout.
The following tables list the members exposed by the Dashboard type.
Name | Description | |
---|---|---|
Initializes a new instance of the Dashboard class. |
Name | Description | |
---|---|---|
The Brush used to fill tooltip's background. |
||
The Pen used to draw tooltip borders. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether users are allowed to zoom into plots' data ranges. |
||
|
||
Gets or sets dashboard's background image. |
||
Gets or sets the alignment of BackgroundImage relatively to dashboard boundaries. |
||
Gets or sets whether auto-size mode is enabled for BackgroundImage. |
||
For internal use. |
||
Gets or sets the mouse cursor. |
||
Gets the horizontal dots-per-inch resolution of this view. |
||
Gets the vertical dots-per-inch resolution of this view. |
||
Gets a LayoutBuilder instance that provides shortcut methods for building fragments of dashboard's user interface. |
||
Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other. |
||
Gets or sets the license key of the control. |
||
|
||
Gets the root Panel in the hierarchy of dashboard components. |
||
Gets or sets a Theme specifying appearance of dashboard elements. |
||
Gets version information. |
Name | Description | |
---|---|---|
The initial size of the control when it is dropped into a form. |
Name | Description | |
---|---|---|
Binds the chart to current DataSource. |
||
Implements IDisposable. |
||
For internal use. |
||
Searches for a series element at specified location. |
||
Implements RootControl.Invalidate. Invalidates the specified region of a component. |
||
Implements RootControl.InvalidateLayout. Invalidates layout of specified component. |
||
Searches for a series element closest to specified location. |
||
Draws the dashboard to the specified graphics. |
||
Overloaded. |
||
Overloaded. |
||
For internal use. |
||
Sets the transformation of the specified graphics to correspond to the dashboard's current unit, zoom and scroll. |
Name | Description | |
---|---|---|
|
||
Creates a RenderContext instance. |
||
Draws the dashboard on specified IGraphics surface. |
||
ComponentBase.OnAfterRenderAsync override. |
||
Control.OnClick override. Raises the DataItemClicked event if the user has clicked on data element in a plot. |
||
Control.OnPaint override. Draws the components contained by this dashboard. |
||
Control.OnMouseDown override. |
||
Control.OnMouseMove override. |
||
Control.OnMouseUp override. |
||
Control.OnResize override. Invalidates the layout of child components and runs a new layout pass. |
Name | Description | |
---|---|---|
Raised when the user clicks on a data item inside a plot. |