This hands-on lab is for developers
- who want to build a solution for data visualization / analyzation
- who want to try Infragistics products in WPF application on .NET Core 3.0
- who are looking for rich and fast UI controls, e.g. grid and chart.
Through this lab, you build an app for visualizing data with Infragistics controls on .NET Core 3.0 app
Section 2 - Pivot Analytics UI
Before starting this hands-on lab, check your environment to see if it's ready.
Download the copy of this repository and find Infragistics-WPF-Core3.0-Workshop/src/before/InfragisticsDataVisualization which is the start point of the workshop.
This project has all Models and ViewModels required in the workshop but the Views have empty so that you can focus on creating user interface on Views. Please open it with Visual Studio and build the project to see if it can work on your PC.
Note that there's After folder that contains the project same as the one when you completed all instructions, from Section 1 to Section 3. You can reference it while doing the lab.
There's After folder that contains the project same as the one when you completed all instructions. To run this project, you need to add Nuget packages listed below to the project.
- Infragistics.WPF.DataGrids
- Infragistics.WPF.Olap.FlatData
- Infragistics.WPF.PivotGrid
- Infragistics.WPF.PivotDataSlicer
- Infragistics.WPF.Charts.Olap
- Infragistics.WPF.Gauges
- Infragistics.WPF.TileManager