You are viewing documentation for an older version. For current documentation - click here.

FusionCharts ASP Class basically consists of a file : FusionCharts_Gen.asp.

For convenient use of FusionCharts ASP class within your projects, we would suggest you to follow the folder structure described below : (though this is not any hard and fast rule to follow)
  • Create a folder inside which you will keep all your charting projects.
  • Name this folder say, MyFCASPClassCharts.
  • Inside MyFCASPClassCharts folder, create two new folders.
  • Name those two folders as Class and FusionCharts.
  • Copy FusionCharts_Gen.asp file from Download Pack > Code > ASPClass > Includes and paste it inside Class folder.
  • Copy SWF files and FusionCharts.js file from FusionCharts and JSClass folders respectively of the Download Pack and paste it inside FusionCharts folder created by you just now.

And you are ready to unleash the power of FusionCharts with ASP! You can save your applications within different folders inside the root MyFCASPClassCharts folder so as it builds up the following hierarchy.

You may go for any other folder structure if you wish; just make sure to keep FusionCharts_Gen.asp in the Class folder. Let’s go ahead and create our first chart with FusionCharts ASP class.