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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...