Sign in to follow this  
kresnik

How to use view3d(); with asp.net

Recommended Posts

function view2D()

		{

			 //Get chart from its ID

			 var chartToView2D = getChartFromId("chart1Id");

			 chartToView2D.view2D();

		}

 

 

 

This is the function in javascript but how do i implement it with asp.net.?

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

 

 

 

Welcome to the FusionCharts Forum. :D

 

 

 

Could you please go through our Documentation and click on the Guide for Web Developers, on the left hand menu panel, to view the implementation of asp.net with FusionCharts?

 

 

 

:D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this