darensanborn

Members
  • Content count

    2
  • Joined

  • Last visited

About darensanborn

  • Rank
    Forum Newbie
  1. I have created a multi-axis line chart very similar to the sample one found here: http://www.fusioncharts.com/PowerCharts/Gallery/MALine1.html Our customer has asked that we turn off one of the two axes when the page loads. They want it to look exactly the way it looks when the checkbox is turned off - the line is gone but the checkbox is still there for them to turn on if they want to view it. In reading through the documentation, it appears that checkboxes are always turned on at page load. It would be very helpful to be able to turn one of the axes off by default at page load.
  2. I have created a multi-axis line chart very similar to the sample one found here: http://www.fusioncharts.com/PowerCharts/Gallery/MALine1.html The customer has asked that we turn off one of the two axes when the page loads. They want it to look exactly the way it looks when the checkbox is turned off - the line is gone but the checkbox is still there for them to turn on if they want to view it. I figured this was a very simple setting in the axis property of the chart. Something like: but in reading through the documentation I don't see anywhere where I can set the checked state on load. Does anyone know if this is possible?