howlowck

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by howlowck

  1. Totals In Heatmaps

    I'm using heatmaps, and I'm wondering is there a way to have a rollup in either the x or y direction? If not, I can sum it up in the logic before PowerCharts, but then is there a way to exclude these cells from the color coding in heatmaps? Thanks!
  2. Totals In Heatmaps

    Thank you very much for your response. However, please correct me if I'm wrong, this would mean that the data section would lose the gradient which is the reason for heat map in the first place.
  3. Hi, I'm just wondering if there is a way to use FusionWidget on the server much like FusionCharts. If so, there is no example in the exterprise package nor on the online documentation. Do I just use FusionCharts.dll in the project, and the same syntax in the code-behind? Thank You
  4. Fusionwidgets And Asp.net

    Nevermind. I find that it's just the same as Fusion Charts Thank you
  5. Separate Data Xml And Style Xml

    Hi, I'm working on a project where I would have to run a monthly job that would fetch all the data from database and put it in XML sheets. I would like to have the flexibility to change the styles of the charts without changing the job all the time. So I was wondering if there is a way to have two xml files for each chart, one for the data (generated by the job) and the other for styling. Thanks!