Hi Adrian,
Is it possible to inform me of the charting part of the code? If you cannot post the code in
this forum, you may email me at pkwan@advsofteng.net.
With the code, I can only speculate how the clipping may occur. The followings are some
possibilities:
- The pie chart was originally small, so the left side goes outside the chart surface and get
clipped. The chart is then resized, but it was after ChartDirector has already rendered the
pie and labels.
- The small pie chart may be added to a larger MultiChart, creating a final chart which is
large but with the labels clipped.
- There may be a rectangle of the same color as the background on the left side, blocking
the labels.
Regards
Peter Kwan |