kresnik

Members
  • Content count

    2
  • Joined

  • Last visited

About kresnik

  • Rank
    Forum Newbie
  1. Public member 'setChartType' on type 'FusionCharts' not found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.MissingMemberException: Public member 'setChartType' on type 'FusionCharts' not found. Source Error: Line 16: Line 17: ' Set chart type to Column 3D + Line Dual Y-Axis Combination Chart Line 18: Call FC.setChartType("MSColumn3DLineDY") Line 19: Line 20: ' Set chart size
  2. 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.?