Search found 21 matches

by Wiebe
Wed Nov 29, 2006 7:07 pm
Forum: VCL
Topic: MarkTips Tool working with TTowerSeries in Version 8?
Replies: 5
Views: 6664

Hi Narcis,

So far we did not receive the details.
Pls try once more.

Thanks,
Wiebe
by Wiebe
Mon Nov 27, 2006 8:10 pm
Forum: VCL
Topic: MarkTips Tool working with TTowerSeries in Version 8?
Replies: 5
Views: 6664

Great,

Pls send me the details to download beta 8.

Wiebe
by Wiebe
Sat Nov 25, 2006 11:55 am
Forum: VCL
Topic: MarkTips Tool working with TTowerSeries in Version 8?
Replies: 5
Views: 6664

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
by Wiebe
Sat Sep 16, 2006 5:51 pm
Forum: VCL
Topic: V 7.07 MarkTips Tool (still) not working with TTowerSeries?
Replies: 1
Views: 3499

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
by Wiebe
Sat Apr 22, 2006 7:06 pm
Forum: VCL
Topic: I have a problem after rotate
Replies: 4
Views: 6467

Hi Icys,

Thanks

Wiebe
by Wiebe
Wed Apr 19, 2006 6:01 pm
Forum: VCL
Topic: I have a problem after rotate
Replies: 4
Views: 6467

TeeChart 7.06 and BCB6

We experience the same problem.

Wiebe
by Wiebe
Thu Apr 06, 2006 6:02 pm
Forum: VCL
Topic: MarkTips Tool not for TTowerSeries?
Replies: 2
Views: 4595

Narcís,

Could you comment?

Wiebe
by Wiebe
Wed Apr 05, 2006 2:51 pm
Forum: VCL
Topic: How to draw TTowerSeries side-by-side?
Replies: 3
Views: 5626

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+...
by Wiebe
Wed Apr 05, 2006 10:19 am
Forum: VCL
Topic: Label positions are different on Depth Right/Top Axis
Replies: 5
Views: 6802

Thanks Narcís,

Since, untill then the 3D presentation is not good enough to be included in our application, any idea when it will be fixed?

Wiebe
by Wiebe
Mon Apr 03, 2006 8:31 pm
Forum: VCL
Topic: How to draw TTowerSeries side-by-side?
Replies: 3
Views: 5626

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...
by Wiebe
Mon Apr 03, 2006 7:04 pm
Forum: VCL
Topic: Label positions are different on Depth Right/Top Axis
Replies: 5
Views: 6802

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 ...
by Wiebe
Sun Apr 02, 2006 7:47 pm
Forum: VCL
Topic: How to draw TTowerSeries side-by-side?
Replies: 3
Views: 5626

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
by Wiebe
Sat Apr 01, 2006 7:04 pm
Forum: VCL
Topic: Label positions are different on Depth Right/Top Axis
Replies: 5
Views: 6802

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
by Wiebe
Fri Mar 31, 2006 3:44 pm
Forum: VCL
Topic: MarkTips Tool not for TTowerSeries?
Replies: 2
Views: 4595

MarkTips Tool not for TTowerSeries?

BCB6 and TC7.05

I cannot get the MarkTips Tool working with TTowerSeries.
Should be very usefull.

Wiebe
by Wiebe
Fri Mar 31, 2006 2:50 pm
Forum: VCL
Topic: How to draw lines on 3D walls?
Replies: 3
Views: 5269

Thanks Narcís,

Excellent.
However, "walldrawing" requires some imagination since properies like IEndPos and IStartPos are nowhere available nor explained in Help.
Or am I missing something?

Wiebe