EReadError with Circular Gauge

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rojo
Newbie
Newbie
Posts: 12
Joined: Fri Aug 03, 2007 12:00 am

EReadError with Circular Gauge

Post by rojo » Sat Oct 08, 2011 8:27 pm

Hello,

I'am using Delphi 4 and changed from TeeChartV8.01 to V8.08. When i put a chart with a circular Gauge series on a empty project and try to run it i get the following error:
ERead Error with message "Error reading Series1.Frame.InnerBrush.Gradient.EndColor: Property does not exist "
What can i do ?

Regards
Robert

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: EReadError with Circular Gauge

Post by Yeray » Mon Oct 10, 2011 8:14 am

Hello Robert,

Could you please check the IDE library and search paths? There may be wrong references to the old TeeChart installation remaining. Correct them if any, and try a new simple application again.

If you still have problems with it, don't hesitate to let us know telling us the exact steps to reproduce it, in case you are modifying the chart after dropping it to the form.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

rojo
Newbie
Newbie
Posts: 12
Joined: Fri Aug 03, 2007 12:00 am

Re: EReadError with Circular Gauge

Post by rojo » Mon Oct 10, 2011 9:02 am

Thanks that was the problem.

I have another thing. I am missing the increment property for the labels. This is available in the standard Gauge but not in the Circular Gauge.
Do i overlook some thing?

Regards

Robert

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: EReadError with Circular Gauge

Post by Yeray » Mon Oct 10, 2011 10:47 am

Hello Robert,

You are right. The Increment property is accessible through the "Format/Axis/Ticks" tab in the Circular Gauges editor in the actual version but not in v8.
However, in v8 you can still modify it through the "Chart/Axis (Bottom)/Scales/Increment" tab in the editor.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply