Scalable Vector Graphics (SVG) is a powerful new XML-based specification for generating graphics that can be viewed in a browser or SVG enabled device. This example demonstrates how to dynamically generate a Scalable Vector Graphics (SVG) bar chart graph using XML classes found in the .NET framework. The sales by country data used to dynamically generate the SVG bar chart is located in the Northwind database. To view the SVG source code that is generated, right-click on the graph and select "View Source" from the menu.
Note: In order to view this sample you must install the Adobe SVG plugin located at the following URL: http://www.adobe.com/svg/viewer/install/main.html
|