Table of Contents

Data Presentation Basics

The Dashboard Viewer is used to present dashboards in Windows Forms applications. A wide range of dashboard items are used to display visual or textual information.

Dashboard Item Image Description
Chart WinViewer_Chart Displays data graphically using bars, lines, points, etc.
Scatter Chart AddingItems_ScatterChart Visualizes relationships between numeric variables.
Grid WinViewer_Grid Presents data in tabular form.
Pies Fundamentals_DashboardItems_Pies Displays a series of pies or donuts that represent the contribution of each value to the total.
Cards WinViewer_Cards Displays a series of cards, each illustrating the difference between two values.
Gauges WinViewer_Gauges Visualizes data within a series of gauges.
Pivot WinViewer_Pivot Displays cross-tabular reports and allows you to analyze multi-dimensional data.
Choropleth Map Fundamentals_DashboardItems_ChoroplethMap Colorizes areas in proportion to the provided values.
Geo Point Map AddingItems_GeoPointMap Displays callouts on the map using geographical coordinates.
Bubble Map Fundamentals_DashboardItems_geopoingmaps Displays bubbles on the map using geographical coordinates.
Pie Map AddingItems_PieMap Places pies on the map using geographical coordinates.
Range Filter WinViewer_RangeFilter Allows you to apply filtering by dragging selection thumbs along the argument axis.
Images ImageOverview Displays images.
Text Box TextboxOverview Displays rich text within a dashboard.
Treemap Treemap_Thumbnail Visualizes data in nested rectangles.
Combo Box Fundamentals_DashboardItems_ComboBox Allows you to select a value(s) from the drop-down list.
List Box Fundamentals_DashboardItems_ListBox Allows you to select a value(s) from the list.
Tree View Fundamentals_DashboardItems_TreeView Displays values in a hierarchical way and allows you to filter other dashboard items by selecting parent/child values.

The Dashboard Viewer enables interaction between various dashboard items. These features include Master Filtering and Drill-Down.

You can inspect raw or aggregated data. See the Data Inspector topic for details.

To learn more about the dashboard layout, see the Dashboard Layout topic.