ASP.NET Charting Control PRO

The Visual Studio 2010 provides us with a Chart control we can use for creating more than 30 different types of charts. We can easily add is to our web page. The Chart control is available within the toolbox data category.

The data can be easily added into the *.aspx document. The following video clip shows that possibility.

We can alternatively initialize our chart through the code. The natural place for placing such code will be the Page_Load method. The following video clip shows that possibility.

The possibility to bind the Chart control with a data source exists as well. More possibilities are covered in my ASP.NET course. You can find the community version available for free personal and academic usage at www.abelski.com.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences