FusionCharts ASP Class API >HTML Embedding |
Here we create a chart using HTML embedding method. We don't need to include FusionCharts.js - FusionCharts JavaScript Embedding Class. Let's see how to use FusionCharts ASP Class to create a chart through HTML embedding method: |
<html> <%@LANGUAGE="VBSCRIPT"%> </body>
|
Let's analyze the steps involved in the above code:
|