TChart Polar Series Points Displayed Beyond the Circle
Posted: Thu Jul 08, 2004 3:52 am
Marjan
Your code example for Re #2: of "TChart Polar series used to present data to an operator"
<Chart1.Canvas.ClipEllipse(EllipseBoundingRectangle)>
does not work for me because of the following issues:
1. Chart1.Canvas is a TCanvas3D object.
2. The ClipEllipse() function belongs to the TeCanvas class and has the following arguments passed to it:
ClipEllipse(ACanvas: TTeeCanvas; Const Rect: TRect);
Can you please correct yours or my error or suggest a diferent method?
Tony Wright
PS. TTeeCanvas is a class found in TeCanvas.pas
Your code example for Re #2: of "TChart Polar series used to present data to an operator"
<Chart1.Canvas.ClipEllipse(EllipseBoundingRectangle)>
does not work for me because of the following issues:
1. Chart1.Canvas is a TCanvas3D object.
2. The ClipEllipse() function belongs to the TeCanvas class and has the following arguments passed to it:
ClipEllipse(ACanvas: TTeeCanvas; Const Rect: TRect);
Can you please correct yours or my error or suggest a diferent method?
Tony Wright
PS. TTeeCanvas is a class found in TeCanvas.pas