dashboard-for-wpf
There are 22 repositories under dashboard-for-wpf topic.
DevExpress-Examples/wpf-dashboard-how-to-add-custom-caption-menu
This example demonstrates how to to customize the caption toolbar and context menu in the WPF Dashboard control.
DevExpress-Examples/wpf-dashboard-how-to-bind-to-sql-database-file
This example demonstrates how to bind a dashboard to a Microsoft SQL Server database file (*.mdf).
DevExpress-Examples/wpf-dashboard-how-to-embed-devexpress-control
This example demonstrates how to embed a DevExpress Gantt Control in a dashboard loaded in WPF Viewer and bind the Gantt control to the dashboard's data.
DevExpress-Examples/wpf-dashboard-how-to-manage-dashboard-parameters-in-code
This example shows how to override an initial or user-defined dashboard parameter value by changing it in the DashboardControl.CustomParameters event handler.
DevExpress-Examples/wpf-dashboard-how-to-obtain-clicked-item-data
This example demonstrates how to handle the DashboardControl.DashboardItemMouseUp event to obtain the clicked CardDashboardItem's data.
DevExpress-Examples/wpf-dashboard-linked-interactivity
This example demonstrates how to synchronize Master Filter and Drill-Down actions between different dashboards.
DevExpress-Examples/dashboard-constant-lines
This example shows how to add constant lines to the Chart dashboard item
DevExpress-Examples/out-of-maintenance-how-to-include-dashboarddesigner-in-a-wpf-application-using-the-windowsformshost-
.NET, Business Intelligence, WinForms Dashboard
DevExpress-Examples/out-of-maintenance-wpf-dashboard-create-datefilterdashboarditem
This example creates a dashboard in code and displays it in the Dashboard control. The dashboard contains a DateFilter and a Chart items placed in a Group item. The dashboard is bound to an Excel data source. The layout is constructed in code.
DevExpress-Examples/wpf-dashboard-custom-properties
The example shows how to add custom properties to the WPF Dashboard Control.
DevExpress-Examples/wpf-dashboard-how-to-bind-to-object-list
How to bind a dashboard to a List<Data> object.
DevExpress-Examples/wpf-dashboard-how-to-customize-items-using-templates
This example demonstrates how to use the DashboardControl.GridItemStyle property in XAML to apply a custom template that allows an end-user to move grid columns by dragging their headers.
DevExpress-Examples/wpf-dashboard-how-to-obtain-item-data-on-mouse-hover
This example displays a popup with a grid that contains underlying data when the mouse hovers over a dashboard item.
DevExpress-Examples/wpf-dashboard-how-to-set-initial-dashboard-state
This example demonstrates how to manage dashboard state.
DevExpress-Examples/wpf-dashboard-how-to-update-extract-data-source-file
This example demonstrates how to update the extract data file at runtime.
DevExpress-Examples/wpf-dashboard-localized-stringid-visualizer
This example demonstrates how to use the DashboardLocalizer object to visualize the localizable string IDs.
DevExpress-Examples/wpf-dashboard-olap-data-provider
This example demonstrates how to bind a dashboard to an OLAP cube using DashboardOlapDataSource in WPF Dashboard application.
DevExpress-Examples/wpf-dashboard-viewer-DashboardStateChanged-event
This example demonstrates how to use the DashboardStateChanged event to display user interactions.
DevExpress-Examples/wpf-dashboard-viewer-neutral-filter-mode
This example demonstrates the neutral filter mode in WPF Dashboard Viewer.