Search found 13 matches

by kmanuele
Thu Feb 09, 2006 3:03 am
Forum: VCL
Topic: New maintenance release TeeChart v7.06
Replies: 7
Views: 11121

thanks

I was using my old Lic# and PW !

K
by kmanuele
Wed Feb 08, 2006 3:09 am
Forum: VCL
Topic: New maintenance release TeeChart v7.06
Replies: 7
Views: 11121

Ok, I give up. Where's the update?

The link in the announcement only takes me to v6.

Kevin
by kmanuele
Thu Jun 09, 2005 6:29 pm
Forum: VCL
Topic: Custom Items
Replies: 0
Views: 4859

Custom Items

I have charts with custom items (axes and annotations). I can print (or save to metafile) without problem using techniques in this forum (write the chart to a metafile) --- if the chart is visible. If the chart is never made visible, some custom items do not display in correct positions. All other c...
by kmanuele
Thu May 26, 2005 5:34 am
Forum: VCL
Topic: Saving hidden charts
Replies: 2
Views: 6275

Saving hidden charts

When the user saves a chart to a metafile, we want the chart form to be maximized, otherwise the image scale is bad. To avoid flicker, we save the state of the form, then: Visible = false; WindowState = wsMaximized; Chart1->SaveToMetafileEnh(filename); then restore the form to user's size and make v...
by kmanuele
Sat May 14, 2005 10:01 pm
Forum: VCL
Topic: Annotation draw
Replies: 2
Views: 6389

Thanks Sample code is posted. I am aware of the TChart footer, but this text needs to be set and located programatically -- not by the user, and it needs to appear when the chart is displayed. Note that the annotation tool displays correctly at first chart display when custom positioning is false. K...
by kmanuele
Thu Sep 23, 2004 6:52 pm
Forum: VCL
Topic: LabelsOnAxis DateTime
Replies: 1
Views: 4801

LabelsOnAxis DateTime

TChart 5.02 for BCB5; I cannot get the series minimum value to appear on the axis as a label. Does LabelsOnAxis does not work for DateTime values?? Chart1->RightAxis->Title->Caption = "Time"; Chart1->RightAxis->DateTimeFormat = LongTimeFormat; Chart1->RightAxis->ExactDateTime = true; Chart1->RightAx...
by kmanuele
Thu Jul 22, 2004 4:56 am
Forum: VCL
Topic: TBarSeries
Replies: 1
Views: 5000

TBarSeries

This is related to previous post. If I create a TBarSeries with vertical and horizontal custom axes, the bar is shown as a single line, with no width or fill color. If I then use the chart editor at runtime to change the horizontal axis to a standard axis, the bar changes to expected width and fill ...
by kmanuele
Wed Jul 21, 2004 8:41 pm
Forum: VCL
Topic: TBarSeries
Replies: 1
Views: 5094

TBarSeries

I have a chart with several line series. If I add a single bar series, the chart's XAxis range is extended by an amount that seems dependent on the bar width and side margins -- even though the bar is in the center of the chart. Now there is blank space on the right side of the chart with no data. H...
by kmanuele
Tue May 25, 2004 4:17 am
Forum: VCL
Topic: TChart installation, yet again
Replies: 1
Views: 5430

TChart installation, yet again

Doing a manual compile in BCB5, one project at a time (the project group simply does not work) -- the following order: Tee6C5 TeeUI6C5 skip TeeDB6C5, because I don't want the DB components DclTee6C5, doesn't work, wants TeeDB6C5 Redo TeeCB6C5 and DclTee6C5, ok TeePro6C5 TeeLanguage6C5 DclTeePro6C5, ...
by kmanuele
Fri May 21, 2004 5:45 am
Forum: VCL
Topic: TChart6, again
Replies: 3
Views: 7988

Re: manual compile Trying to compile group Tee6BCB5.bpg. First package Tee6C5.bpl in group gives "unable to find TeeUI6C5.bpi", then whole series of similar "unable to find ....." messages. This is TeeChart source code as installed by TeeChart, in its default install folder -- and it can't even find...
by kmanuele
Thu May 20, 2004 3:24 am
Forum: VCL
Topic: TChart6, again
Replies: 3
Views: 7988

TChart6, again

Am willing to try to install TChart6 into BCB5 Pro, again. Since I was unable to compile the source code without numerous errors (see previous post), I thought I would now try your recompile tool. It's not in the private download area. I would much prefer that the manual compile problem be fixed, ra...
by kmanuele
Tue Mar 16, 2004 7:53 pm
Forum: VCL
Topic: TChart6 Installation Problems
Replies: 1
Views: 6932

TChart6 Installation Problems

Trying to install v6.01 into BCB5 w/Update 1: First, I removed all TeeChart 5.02 packages from BCB (there are no TeeChart files in BCB). There are only 2 packages installed: Borland Standard Components and Delphi 1.0 Compatibility Components. Then, the TeeChart 6 installation put all the source file...
by kmanuele
Mon Feb 16, 2004 9:43 pm
Forum: VCL
Topic: Install Folders
Replies: 1
Views: 7057

Install Folders

Recently acquired VCL Pro 6, but haven't installed yet.

I do not want to install into BCB folders. If necessary, can I temprorarily rename BCB folders, and create dummy folders to "trick" the install into my own folders?

If so, what folder names do I need to create?

thanks

Kevin