Jump to content
Software FX Community

Problem with Pie Chart


donvari

Recommended Posts

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

Sub

Do you have an idea? Thanks for helping!

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...