Search found 4 matches

by acmr
Wed Jul 14, 2004 10:33 pm
Forum: VCL
Topic: TeeChart v6 Points beyond the circle
Replies: 1
Views: 4662

TeeChart v6 Points beyond the circle

Marjan Re : TChart Polar Series Points Displayed Beyond the Circle. You wrote in reply "Hi - Which TeeChart version are you using ? Using TeeChart v7 the following code worked perfectly: Code: procedure TForm1.Chart1AfterDraw(Sender: TObject); begin Chart1.Canvas.UnClipRectangle; end; procedure TFor...
by acmr
Thu Jul 08, 2004 10:06 pm
Forum: VCL
Topic: TChart Polar Series Points Displayed Beyond the Circle
Replies: 3
Views: 6962

Thanks for your quick reply Marjan. Forgive me for not indicating that I am using TeeChart v6 and Delphi v7. In TeeChart v6 the ClipEllipse() procedure is found in the TeCanvas.pas unit and is not associated with any particular class.

Regards

Tony Wright
by acmr
Thu Jul 08, 2004 3:52 am
Forum: VCL
Topic: TChart Polar Series Points Displayed Beyond the Circle
Replies: 3
Views: 6962

TChart Polar Series Points Displayed Beyond the Circle

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 c...
by acmr
Tue Jul 06, 2004 2:16 am
Forum: VCL
Topic: TChart TPolar series used to present data to an operator
Replies: 1
Views: 4564

TChart TPolar series used to present data to an operator

I am using a TChart and a number TPolar series to present data to an operator. For a number of reasons I create the TChart and TPolar series at run time rather than design time. The overall display works very well but there are several problems. 1 - On one of the series I display the associated mark...