M
MikeHolloway
I have an OWC10 chartspace that I am using client side javascript and XML to populate. When the html page loads the user must select parameters that dictate which set of data to load into the chart. My problem is that when the page loads I have a big rectangle (the chartspace) but no chart. I have not added a chart because they have not selected the parameters necessary to determine which chart to load. I want to hide the chartspace until the user selects which chart they want to see. I have tried oChartSpace.Visible = false; in the body onLoad function but this does nothing. Any ideas