Hi - in our VB.NET code-behind, we call the FusionCharts.RenderChart method, all XML is valid, and our charts display perfectly, except that when viewing using Safari on an iPad, the X and Y-axis lines have disappeared. Is there a workaround for this? We use:
xmlData.Append("<styles><definition><style type='Shadow' name='Shadow_0' Angle='130' Color='000000' Alpha='100' blurX='0' blurY='0' Strength='5'/></definition><application><apply toObject='CANVAS' styles='Shadow_0'/></application></styles>")
to display these lines. They display just fine on our Win7 64 workstations (IE8, Firefox, Safari) but not on the iPad. Thoughts? Help?
Thanks!