call the Chart.Canvas.ClipRectangle(Rect) in the Chart OnBeforeDrawAxes (or Series) event and then Chart.Canvas.UnClipRectangle in Chart OnAfterDraw event
Hi, I'm using Teechart 7 with Delphi 6 I have a couple of problems with the PDF export: 1. I have an area series which has an X value > Bottom Axis Maximum The shaded region in the pdf export extends through the RH margin to the edge of the page. 2. A 2D Pie Chart exports fine - but when I change th...