Search found 26 matches

by Wiebe
Wed May 11, 2005 2:23 pm
Forum: VCL
Topic: After installing V7.05, TChart does not initialize anymore?
Replies: 3
Views: 6884

Hi Marjan,

Thans, that seems to do the trick.

I also see in the projectfile, under PACKAGES, Tee6c6.bpi etc. files
and no Tee7C6.bpi. Does that require (manual) correction as well?

Wiebe
by Wiebe
Wed May 11, 2005 1:08 pm
Forum: VCL
Topic: After installing V7.05, TChart does not initialize anymore?
Replies: 3
Views: 6884

After installing V7.05, TChart does not initialize anymore?

Hi, I installed TeeChart v7.05 (upgraded from v6.01) for BCB6. The installation went allright and no compilation problems afterwards. However at run time all kind of problems occur due invalid pointers in TChart e.g.: TChart->Legend=NULL TChart->BottomAxis->Grid=00000000008 ??? ChartTool->Lines=NULL...
by Wiebe
Wed May 11, 2005 12:51 pm
Forum: VCL
Topic: How to (flood)fill area between 2 graphs?
Replies: 10
Views: 14458

Hi,

I upgraded to V7.05, but now I'm really in trouble. TChart does not proper initialize anymore.
I opened a new issue on that.

Wiebe
by Wiebe
Wed May 11, 2005 8:07 am
Forum: VCL
Topic: TChart->Tools->OnAfterDraw() event?
Replies: 5
Views: 8116

Hi,

Sorry I meant a TChart->Tools->OnBeforeDraw() event...

Wiebe
by Wiebe
Wed May 11, 2005 7:59 am
Forum: VCL
Topic: How to (flood)fill area between 2 graphs?
Replies: 10
Views: 14458

Hi Narcis,

Thanks.
I'll upgrade to V7.

Wiebe
by Wiebe
Tue May 10, 2005 7:29 pm
Forum: VCL
Topic: TChart->Tools->OnAfterDraw() event?
Replies: 5
Views: 8116

TChart->Tools->OnAfterDraw() event?

Hi,

I draw most of my own additions in the TChart->OnAfterDraw() event.
However, since TChart->Tools happen to be drawn somewhere BEFORE, they are overwritten by my own stuff.
Is there something available like a TChart->Tools->OnAfterDraw() event
to prevent this?
Wiebe
by Wiebe
Tue May 10, 2005 7:06 pm
Forum: VCL
Topic: How to (flood)fill area between 2 graphs?
Replies: 10
Views: 14458

Hi Narcis,

I cannot find any reference to SeriesBand.
I'm using TeeChart V6.01 and BCB6

Wiebe
by Wiebe
Mon May 09, 2005 3:42 pm
Forum: VCL
Topic: How to (flood)fill area between 2 graphs?
Replies: 10
Views: 14458

Thanks Narcis,

As I understand it, the TColorBand encloses a region between one TLineSeries and an Axis.
In my case the region concerns the zone between two TLineSeries.

Wiebe
by Wiebe
Sat May 07, 2005 6:21 pm
Forum: VCL
Topic: How to (flood)fill area between 2 graphs?
Replies: 10
Views: 14458

How to (flood)fill area between 2 graphs?

I want to "up-/downlift" a (Fast)LineSeries graph with a certain value and (flood)fill the area between the original- and new graph.
What's the simplest way to accomplish that?
Thanks in advance,

Wiebe
by Wiebe
Thu May 05, 2005 5:53 pm
Forum: VCL
Topic: TextBox Tool?
Replies: 7
Views: 11658

Allright we succeeded.
We derived a TextBox from TAnnotation with addtional x, y properties, expressed in (real) axis coordinates, and a TChartSeries property enabling coordinate conversion to be performed internally.

Wiebe
by Wiebe
Thu Apr 21, 2005 6:01 pm
Forum: VCL
Topic: TextBox Tool?
Replies: 7
Views: 11658

TextBox

Thanks Marjan,

We'll have a look into it via that way.
OTOH consider to add a Textbox to your tools pallete in TChart V8.

Wiebe
by Wiebe
Mon Apr 18, 2005 11:50 am
Forum: VCL
Topic: TextBox Tool?
Replies: 7
Views: 11658

TextBox

Narcis,

Could you comment?

Thanks in advance
Wiebe
by Wiebe
Wed Apr 13, 2005 11:20 am
Forum: VCL
Topic: TextBox Tool?
Replies: 7
Views: 11658

TextBox tool

A tool that enables you, after a click somewhere in a chart, to draw some text in a box. Text and box to be definable "on the fly". We are aware, and we tried ourselves in the past but ran into problems while zooming, that such a thing could be developed on the basis of an Annotation. But your guys ...
by Wiebe
Tue Apr 12, 2005 7:32 pm
Forum: VCL
Topic: TextBox Tool?
Replies: 7
Views: 11658

TextBox Tool?

Any chance for the availability of a TextBox tool, "similar" to the DrawLine tool?
by Wiebe
Wed Jul 28, 2004 9:32 am
Forum: VCL
Topic: TLineSeries: How to change (Line)Pen Style?
Replies: 2
Views: 6665

TLineSeries: How to change (Line)Pen Style?

Thank's,
It's working now.
Wiebe