Search found 14710 matches

by Narcís
Fri Jan 07, 2005 8:56 am
Forum: VCL
Topic: LoadChartFromFile results in Exceptions
Replies: 2
Views: 8341

Hi,

This problem is because after importing the series type is not recognised. Inlcuding TeeEditPro solves this problem as it runs RegisterTeeSeries(...).
by Narcís
Wed Jan 05, 2005 8:08 am
Forum: .NET
Topic: Visual Studio 2005 "Whidbey"
Replies: 1
Views: 5232

Hi JohnK, The Evaluation and Release versions of the TeeChart for .Net component will run in the VS2005 beta 1 with a small modification; when running a vb.net winform with an empty chart dropped onto it you will receive the following error: NullReferenceException was unhandled This error is due to ...
by Narcís
Mon Jan 03, 2005 12:18 pm
Forum: .NET
Topic: C# documentation
Replies: 9
Views: 15078

Hi Antoon, You have two options to upgrade from your v6 ActiveX to .NET: 1) Upgrade your current v6 ActiveX to v7 at US$99 to beneift from the TeeChart for .NET offer for latest ActiveX release customers at US$229 so the total amount is US$328. 2) Purchase a TeeChart for .NET Single Developer Licens...
by Narcís
Thu Dec 23, 2004 4:36 pm
Forum: VCL
Topic: Delphi 2005
Replies: 14
Views: 23470

Hi Andrew,

The installers for non-source code customers is almost finished and we are working hardly on it, be aware at the customer download area in the coming days.
by Narcís
Wed Dec 22, 2004 11:47 am
Forum: .NET
Topic: C# documentation
Replies: 9
Views: 15078

Hi Antohny, Could you explain (or where can I read) in some detail what the difference is with the TeeChart .NET version you mentioned ? The ActiveX version functions under Visual Studio .NET however the native C# version offers some environment advantages and may be a better choice with a long term...
by Narcís
Tue Dec 21, 2004 10:09 am
Forum: ActiveX
Topic: How to sort series title?
Replies: 1
Views: 4983

Hi Cliven,

What do you want to order exactly? You can see some examples of series sorting in the TeeChart Pro ActiveX Feature Demo included with the installation searching for sort.
by Narcís
Fri Dec 17, 2004 11:41 am
Forum: ActiveX
Topic: 2D-Bar/Line-Chart problem
Replies: 1
Views: 4629

Hi Dirk, I want to adjust the line chart to the left axis and the bar chart to the right axis This can be done using: TChart1.Series(0).VerticalAxis = aLeftAxis TChart1.Series(1).VerticalAxis = aRightAxis Now my problem: How can I manipulate the legend so that the first legend entry will be the one ...
by Narcís
Fri Dec 17, 2004 9:30 am
Forum: ActiveX
Topic: get Bollinger band values from mouse click
Replies: 3
Views: 7546

Hi David, You can use something like: Private Sub TChart1_OnClickSeries(ByVal SeriesIndex As Long, ByVal ValueIndex As Long, ByVal Button As TeeChart.EMouseButton, ByVal Shift As TeeChart.EShiftState, ByVal X As Long, ByVal Y As Long) Dim clicked As Long clicked = TChart1.Series(SeriesIndex).GetMous...
by Narcís
Thu Dec 16, 2004 8:15 am
Forum: VCL
Topic: TeeRecompile 7.01 deletes entire \Delphi\Bin contents
Replies: 11
Views: 19169

Hi Steve,

Yes, you were right, we found that happened in a machine wich had never had TeeChart installer previously and TeeRecompile was modified to avoid this problematic case.

That's why we couldn't reproduce this problem here.
by Narcís
Wed Dec 15, 2004 8:56 am
Forum: ActiveX
Topic: Newbie question
Replies: 3
Views: 7195

Hi Richard,

You can change the series title using the editor or run-time using:

Code: Select all

TChart1.Series(0).Title = "Your Title"
The series index goes from 0 to number of series -1 in the order they are created.
by Narcís
Wed Dec 15, 2004 8:44 am
Forum: VCL
Topic: Teechart VII/Reportbuilder
Replies: 1
Views: 4845

Hi Jennifer,

This would seem that Delphi is still referencing old TeeChart packages. You should make sure to remove/backup TeeChart packages bundled with Delphi from the menu item Project>Options>Packages, reinstall TeeChart v7 and check the search paths are correct at Project>Options>Directories.
by Narcís
Wed Dec 15, 2004 8:40 am
Forum: VCL
Topic: Combo with drawing object in the teeinspector iiSelection
Replies: 3
Views: 7102

Hi Herman,

I have posted an example of this in our steema.public.attachments newsgroups available at news:\\www.steema.net.
by Narcís
Mon Dec 13, 2004 2:17 pm
Forum: VCL
Topic: Installation problem during "build all..."
Replies: 3
Views: 7636

Hi Nicolas, I'm glad to hear your installation is OK. The directory created is "BuilderC5" at the root. This should depend on how you setted the destination path in TeeRecompile (relative or absolute). Anyway, we had another similar issue and have made some changes to TeeRecompile to avoid it. TeeCh...
by Narcís
Mon Dec 13, 2004 12:47 pm
Forum: VCL
Topic: Stop TCursorTool from moving off the chart.
Replies: 1
Views: 5194

Hi John, I've been able to reproduce this behaviour. It makes sense what you request and I have added it to our wish list for future releases. Meanwhile you can implement it yourself using the OnScroll and OnZoom chart events. There you can get the cursor X and Y values and making them not visible o...
by Narcís
Mon Dec 13, 2004 11:38 am
Forum: VCL
Topic: Installation problem during "build all..."
Replies: 3
Views: 7636

Hi Nicolas, You can use the Recompile tool provided with the TeeChart Sources installation. You only have to care about one problem with this tool (which has been solved for the v7.02 which will be released very soon) that it creates a folder called "CBuilder5" and then searches for a folder called ...