Skip to content

gdayori/Infragistics-WPF-Core3.0-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing data with Infragistics on .NET Core 3.0

About this hands-on lab

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

What you build through this lab

Section 1 - DataGrid UI

Section 2 - Pivot Analytics UI

Section 3 - Dashboard UI

Prerequisites

Before starting this hands-on lab, check your environment to see if it's ready.

Required Environment

.NET Core 3.0 project for the lab

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.

All steps

  1. Section 1 - DataGrid
    1. Get started with XamDataGrid
    2. Configure XamDataGrid
  2. Section 2 - Pivot Analytics
    1. Use FlatDataSource
    2. Use Pivot Controls
  3. Section 3 - Dashboard
    1. Preparation for Section3
    2. Layout screen with XamTileManager
    3. Configure PieChart
    4. Configure BulletGraph
    5. Configure Grid
    6. Configure CategoryChart

To run the project in After folder

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

About

Workshop with Infragistics wpf product on .NET Core 3.0 app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages