Null Pointer
Null Pointer

Reputation: 9289

Fusion Chart - line chart

How we can draw a line chart using fusionchart.rendercharthtml

Upvotes: 0

Views: 2086

Answers (2)

Nithesh Narayanan
Nithesh Narayanan

Reputation: 11765

You may create the chart with the following code

FusionCharts.RenderChart("/Charts/FCF_Line.swf", "", strXML, "ResourceVsCO1", "400", "200", false, false);

Upvotes: 1

FraZer
FraZer

Reputation: 1693

You can refer the link- http://docs.fusioncharts.com/charts/

Not only the Line chart there is a complete documentation support in the above link. hope this helps!!

Upvotes: 3

Related Questions