juaritos

Members
  • Content count

    2
  • Joined

  • Last visited

About juaritos

  • Rank
    Forum Newbie
  1. I'm trying to export using ASP.NET MVC. Found the export handlers for ASP.NET, but these won't compile as is. What changes do we need to do in order include these on an MVC based app? Thanks
  2. Highlighting Selective Data

    On the FusionCharts Documentation under Advanced Charting you provide a sample to highlight selective data, however you only provide a sample to use the dashed property on a 2D Column Single Series Chart. I tried to implement this property (dashed='1') on a Multi-series 3D Bar Chart with no success. How can I highlight a given column on a Multi-series 3D Bar Chart other than changing the color of the bar?