donvari Posted August 23, 2007 Report Share Posted August 23, 2007 Hi, I have a chart and I set the PointLabels of this with the Chart1_GetPointLabel event (e.Text=value). In the toolbar I can switch between Bar Chart and Pie Chart. When I use the Bar Chart the PointLabels are setted correctly, but when I switch to Pie Chart, the PointLabels are not setted, although the event is being executed. But in the Pie Chart the pointlabels are not setted. I catch the event in a vbscript (client side): Sub Chart1_GetPointLabel(sender,e) e.Text= GetLabelText(e.Text) End SubDo you have an idea? Thanks for helping! Quote Link to comment Share on other sites More sharing options...
donvari Posted August 23, 2007 Author Report Share Posted August 23, 2007 Quote Link to comment Share on other sites More sharing options...
donvari Posted August 24, 2007 Author Report Share Posted August 24, 2007 Does somebody of the experts here, haven an idea? I'm just waiting for any answers! Quote Link to comment Share on other sites More sharing options...
donvari Posted August 24, 2007 Author Report Share Posted August 24, 2007 I tried the same with JScript, but it doesn't work to. I hope you can help me. Quote Link to comment Share on other sites More sharing options...
Frank Posted August 24, 2007 Report Share Posted August 24, 2007 This is a bug. It will be fixed in the next Service Pack. Please contact Software FX support if you need to obtain a Hotfix that includes this fix. Quote Link to comment Share on other sites More sharing options...
donvari Posted August 24, 2007 Author Report Share Posted August 24, 2007 ok, thanks, where I can contact the Software FX Support? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.