Page 1 of 1

DepthTop axis ZPosition editor value not used at run time

Posted: Thu May 11, 2006 6:21 pm
by 9333098
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

Posted: Fri May 12, 2006 8:14 am
by narcis
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.

Posted: Fri May 12, 2006 3:07 pm
by 9333098
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

Posted: Fri May 12, 2006 3:13 pm
by narcis
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.