DepthTop axis ZPosition editor value not used at run time

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
SteveP
Advanced
Posts: 132
Joined: Sun Sep 07, 2003 4:00 am

DepthTop axis ZPosition editor value not used at run time

Post by SteveP » Thu May 11, 2006 6:21 pm

A value set at design time in the chart editor for the DepthTop ZPosition is not retained at run time in spite of it being displayed in the Object Inspector. It can be asigned at run time and will work.
TChart 7.06 Delphi 7

Steve

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri May 12, 2006 8:14 am

Hi Steve,

Any special property is not saved from design-time to run-time? I did some testing and couldn't reproduce what you reported using v7.07.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

SteveP
Advanced
Posts: 132
Joined: Sun Sep 07, 2003 4:00 am

Post by SteveP » Fri May 12, 2006 3:07 pm

The Z % property is not saved from design time to run time.

Follow my suggstions in another post regarding the Depth Top axis line moving the incorrect direction with Z% Position:

Add a line series to a chart (a 3D line series is ok to use).

Go to : chart > axis and select the Depth Top axis.

Go to : chart > axis > scales and check Visible box to show the Depth Top axis. "Series1" label will appear at the top left of the chart

goto : chart > axis > position and increase the Z% value from 0 to a few percent. The "series1" label will move down the chart's axis.

Run a program and do series1.FillSampleValue(10);

The "Series1" label of the Depth Top axis is no longer positioned partially down the Depth Top axis but instead has been repositioned at its top (back at 0% which is the default value).

Tested with V 7.07 now.

Steve

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri May 12, 2006 3:13 pm

Hi Steve,

Thanks for the info. again. This is also a bug which I have added to our defect list (TV52011404) to be fixed for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply