Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. aspx page & javascript, Fusion Charts

aspx page & javascript, Fusion Charts

Scheduled Pinned Locked Moved Web Development
helpjavascriptdata-structuresxmljson
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rcwoods
    wrote on last edited by
    #1

    Hi Im using Fusion Charts. My problem is that i have a page that generates a chart BUT the page itself does not seem to be able to store the value of a variable. Cos I want to print out the objects values in a panel next to the chart. It looks like the Fusion Chart uses Javascript, i dont know if this is the problem here. What i think could solve my problem was if i could create a page within a page. So ie. my panel could be in one page and the chart in another.Kind of like Outlook. If this will help, will someone please help me out with how to go about doing this?? here is my code,in case problem is with the code: string username; username = Request.QueryString["Username"]; lblUsername.Text = username; //following gets the specific users dailycount for the last week PCUserDetails[] userArray = dbComponent.GetWeeksUsage(username); //xmlData will be used to store the entire XML document generated string xmlData; xmlData = ""; //loop running through each object result in array of users, and creating rest of xml foreach (PCUserDetails user in userArray) { //Convert data to XML and append xmlData += ""; } //Close element xmlData += ""; //Create the chart - Column 3D Chart with data contained in xmlData return InfoSoftGlobal.FusionCharts.RenderChart("FusionCharts/Column3D.swf", "", xmlData, "CountMp3Week", "400", "300", false, false); } Thanks

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups