Dynamically Change Chart Control Type in ASP.NET 4.0
ASP.NET 4.0 introduced inbuilt chart controls features. This Chart control has several types like Line, Column, Pie etc. In this post I am going to talk about how you can change the ASP.NET Chart Control Type on the fly. . All the Chart Type for ASP.NET 4.0 Chart control are defined in a public enum SeriesChartType. We will… Read More »