Hi Narcis,
So far we did not receive the details.
Pls try once more.
Thanks,
Wiebe
Search found 21 matches
- Wed Nov 29, 2006 7:07 pm
- Forum: VCL
- Topic: MarkTips Tool working with TTowerSeries in Version 8?
- Replies: 5
- Views: 6717
- Mon Nov 27, 2006 8:10 pm
- Forum: VCL
- Topic: MarkTips Tool working with TTowerSeries in Version 8?
- Replies: 5
- Views: 6717
- Sat Nov 25, 2006 11:55 am
- Forum: VCL
- Topic: MarkTips Tool working with TTowerSeries in Version 8?
- Replies: 5
- Views: 6717
MarkTips Tool working with TTowerSeries in Version 8?
Re: Posting: Fri Mar 31, 2006
Is MarkTips Tool working with TTowerSeries in (beta)Version 8?
Wiebe
Is MarkTips Tool working with TTowerSeries in (beta)Version 8?
Wiebe
- Sat Sep 16, 2006 5:51 pm
- Forum: VCL
- Topic: V 7.07 MarkTips Tool (still) not working with TTowerSeries?
- Replies: 1
- Views: 3526
V 7.07 MarkTips Tool (still) not working with TTowerSeries?
Re: initial msg, dated March 31, 2006
We just downloaded v7.07.
However, MarkTips Tool are not working yet with TTowerSeries.
Any idea when it will be?
Thanks,
Wiebe
We just downloaded v7.07.
However, MarkTips Tool are not working yet with TTowerSeries.
Any idea when it will be?
Thanks,
Wiebe
- Sat Apr 22, 2006 7:06 pm
- Forum: VCL
- Topic: I have a problem after rotate
- Replies: 4
- Views: 6525
- Wed Apr 19, 2006 6:01 pm
- Forum: VCL
- Topic: I have a problem after rotate
- Replies: 4
- Views: 6525
- Thu Apr 06, 2006 6:02 pm
- Forum: VCL
- Topic: MarkTips Tool not for TTowerSeries?
- Replies: 2
- Views: 4628
- Wed Apr 05, 2006 2:51 pm
- Forum: VCL
- Topic: How to draw TTowerSeries side-by-side?
- Replies: 3
- Views: 5665
Following code provides a better basis: double width=25.0; AnsiString s; Series1->PercentDepth=25; Series1->PercentWidth=(int)width; Series2->PercentDepth=25; Series2->PercentWidth=(int)width; for (int i=0; i <= 10; i++) { for (int j=0; j <= 10; j++) { s = i; Series1->AddXYZ((double)i-.005*width, i+...
- Wed Apr 05, 2006 10:19 am
- Forum: VCL
- Topic: Label positions are different on Depth Right/Top Axis
- Replies: 5
- Views: 6858
- Mon Apr 03, 2006 8:31 pm
- Forum: VCL
- Topic: How to draw TTowerSeries side-by-side?
- Replies: 3
- Views: 5665
Thanks Narcís, This does not produce a side-by-side profile. Following code (in Form constructor) comes closer: double width=25.0; Series1->PercentDepth=25; Series1->PercentWidth=(int)width; Series2->PercentDepth=25; Series2->PercentWidth=(int)width; for (int i=0; i <= 10; i++) for (int j=0; j <= 10...
- Mon Apr 03, 2006 7:04 pm
- Forum: VCL
- Topic: Label positions are different on Depth Right/Top Axis
- Replies: 5
- Views: 6858
Thanks Narcís, No change in 7.06 Take the example Tri.Surface-->Tower 3D in Tee7New.exe Modify it: - Series1: -- Increase the z number to 30. -- Percentages Depth=Width=25 - Make the Depth Right and -Top Axis visible. Compile and execute: - Rotate clockwise until you observe the whole scene through ...
- Sun Apr 02, 2006 7:47 pm
- Forum: VCL
- Topic: How to draw TTowerSeries side-by-side?
- Replies: 3
- Views: 5665
How to draw TTowerSeries side-by-side?
BCB6 + TC7.05
TTowerSeries has no Multibar property.
Is there a way to draw two TTowerSeries in the same Chart side-by-side?
Thanks in advance,
Wiebe
TTowerSeries has no Multibar property.
Is there a way to draw two TTowerSeries in the same Chart side-by-side?
Thanks in advance,
Wiebe
- Sat Apr 01, 2006 7:04 pm
- Forum: VCL
- Topic: Label positions are different on Depth Right/Top Axis
- Replies: 5
- Views: 6858
Label positions are different on Depth Right/Top Axis
BCB6 and TC7.05
The labels on the Depth Top axis and Depth Right axis are displayed at different positions relative to the gridlines. This is rather confusing, especially when using the Rotate Tool.
Is this a bug or a property setting matter?
Thanks in advance,
Wiebe
The labels on the Depth Top axis and Depth Right axis are displayed at different positions relative to the gridlines. This is rather confusing, especially when using the Rotate Tool.
Is this a bug or a property setting matter?
Thanks in advance,
Wiebe
- Fri Mar 31, 2006 3:44 pm
- Forum: VCL
- Topic: MarkTips Tool not for TTowerSeries?
- Replies: 2
- Views: 4628
MarkTips Tool not for TTowerSeries?
BCB6 and TC7.05
I cannot get the MarkTips Tool working with TTowerSeries.
Should be very usefull.
Wiebe
I cannot get the MarkTips Tool working with TTowerSeries.
Should be very usefull.
Wiebe
- Fri Mar 31, 2006 2:50 pm
- Forum: VCL
- Topic: How to draw lines on 3D walls?
- Replies: 3
- Views: 5301