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
DepthTop axis ZPosition editor value not used at run time
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |