Displaying charts with controls from Infragistics
Infragistics is a company that provides UI and UX tools for a variety of platforms. They also have a selection of controls to use in Uno Platform apps that are free to use while in preview.
You can learn more about these controls at https://www.infragistics.com/products/uno-platform or follow along as we add a chart to the app to show information relating to the current operation of the UnoBookRail business and create a page that looks like the one in Figure 6.2:
Updating references
To be able to use the controls in our app, we must first make the following modifications:
- Reference the
Infragistics.Uno.Charts
NuGet package in the UWP project:Install-Package Infragistics.Uno.Charts -Version 20.2.59-alpha
- Reference the
Infragistics.Uno.Wasm.Charts
NuGet package in the WASM project:Install-Package Infragistics.Uno...