Creating Graph with VB.NET, Part 1: Basic Chart
Programming, VB.NET No Comments »This series shows how to create chart or graph with VB.NET using Microsoft Chart Controls for .NET Framework.
This series shows how to create chart or graph with VB.NET using Microsoft Chart Controls for .NET Framework.
On Part 1: Basic Chart, I show how to create a basic chart with default chart type and color style. Now you will see how to customize those properties on a chart.
From Part 1: Basic Chart and Part 2: Customize Chart, you see how to create a basic chart using GUI (no coding). But the chart is static, it’s lack flexibility which means that you cannot change properties or data of the chart while the application is running. Therefore, I will show how to create a chart by coding and bind data from a SQL Server’s database to the Chart control.