Skip to main content

Solar Energy Dashboard

In this tutorial we will create a solar energy monitoring dashboard using 3D charts. We will use the X-Y-Z chart with the series of points and lines, but we will use different configurations to be able to create a scatter chart and a Line chart. Finally, we will add a 3D world map to represent the population of each country by year, with polygons of different heights and colors, with green being the lowest value, and red being the highest.

To feed our energy monitoring system dashboard, we will work with a dataset with estimated information from the year 1900 to the year 2022, grouped by countries of the world. This information corresponds to primary energy consumption, per capita, and population.

This tutorial is using PointLineSeries3D, Polygon3D, data from geographic maps, Annotation as tooltip.

Solar Energy Dashboard Solar Energy Dashboard

info

Check following link for step-by-step tutorial how to create a solar energy monitoring system dashboard in C# with LightningChart .NET charting components: MSolar Energy Monitoring System Dashboard.