Introduction There are a lot of charts and pies to show and analyze a series of information graphically. In some cases, we need to have an average value of the currently retrieved values from any resources and we don’t need to hold all of the values. For better understanding, assume that we have a sensorContinue reading “AverageMeter in WPF”
Category Archives: User Control
WPF Bar Chart as simple as possible
Introduction Most of the User controls in WPF are heavy to load, especially when we use them inside another control(e.g. DataGrid). If we use a DataGrid, Chart, or another control inside the row details in DataGrid, it makes our form’s loading too slow. This issue pushed me forward to create a lightweight BarChart control. InContinue reading “WPF Bar Chart as simple as possible”