Search found 59 matches

by beetle
Wed Feb 08, 2006 7:31 am
Forum: VCL
Topic: New version of Teechart
Replies: 3
Views: 5703

New version of Teechart

Hi,
When a new version is scheduled?
Will it be support C++Builder 2006 ?

Thanks in advance
Pablo
by beetle
Thu Sep 22, 2005 9:57 am
Forum: VCL
Topic: New version
Replies: 1
Views: 3901

New version

Hi,
When do you think a new version of Teechar VCL/CLX will be avaliable?, Is there any roadmap?

Thanks in advance,
Pablo
by beetle
Thu Feb 24, 2005 7:36 pm
Forum: VCL
Topic: Select Points in teeChart?
Replies: 5
Views: 9698

Hi, try using 'CalcXPosValue' and 'CalcYPosValue' methods of TChartSeries
by beetle
Thu Feb 24, 2005 7:33 pm
Forum: VCL
Topic: TChartLegend Checkboxes
Replies: 2
Views: 5370

Hi, there is a property of TChartSeries called 'ShowInLegend' that
tells the chart to show or not to show one series in the legend.

Bye.
by beetle
Wed Dec 22, 2004 4:08 pm
Forum: VCL
Topic: TColorGridSeries limits
Replies: 2
Views: 5097

Thanks!! It's all I need.
Bye.
by beetle
Wed Dec 22, 2004 12:22 pm
Forum: VCL
Topic: TColorGridSeries limits
Replies: 2
Views: 5097

TColorGridSeries limits

Hi!

I read anywhere that the maximum range for TColorGridSeries is
2000x2000. I need bigger grids... is there any "Define" with these limits?
Would it work to change these "Defines" and recompile the sources?


Thanks!
Bye.
by beetle
Mon Sep 27, 2004 12:26 pm
Forum: VCL
Topic: TChartAxis: Maximum & Minimum
Replies: 2
Views: 5527

Thanks!! Everything works fine now.
by beetle
Fri Sep 24, 2004 7:25 pm
Forum: VCL
Topic: TChartAxis: Maximum & Minimum
Replies: 2
Views: 5527

TChartAxis: Maximum & Minimum

Hi! (I use TeeChart 7 y Builder 5) There is a problem setting Maximum or Minimum properties in a Left Axis when there are Custom Left Axis. The problem is that one or more than one TChartSeries of the Left Axis set up invades space of another (or other) Left Axis.You can check this out easily in des...
by beetle
Wed Aug 11, 2004 4:48 pm
Forum: Wishes and ideas
Topic: Open Source C++ port
Replies: 0
Views: 7045

Open Source C++ port

Hi!, My name is Pablo García. I have been usign TeeChart since Version 5. I have a full source license, and I have been beta tester for the last version. By now we are porting our projects to Linux. We are thinking in use QT libraries, due to its low learn curve. I would like to propouse to you to m...
by beetle
Thu Aug 05, 2004 6:58 pm
Forum: VCL
Topic: SaveChartToFile and LoadChartFromFile functionality
Replies: 0
Views: 4929

SaveChartToFile and LoadChartFromFile functionality

Hi, Several weeks ago I asked about a functionality limitation of SaveChartToFile() procedure. That limitation consists in: SaveChartToFile() only saves properties with value different from default value for that property.(For example: If you save a chart and its legend is not visible, SaveChartToFi...
by beetle
Tue Jun 29, 2004 10:07 pm
Forum: VCL
Topic: TAnnotationTool multiline
Replies: 1
Views: 4678

TAnnotationTool multiline

Hi!
Could you say me how to make TAnnotationTool to show several lines by code?.
Thanks in advance.
Pablo
by beetle
Tue Jun 15, 2004 12:23 pm
Forum: VCL
Topic: Legend hides automatically
Replies: 8
Views: 13411

Hi again, I have just to replicate the problem in a new project and the causes seems to be the width of the text displayed in the legend entries (Title property in my project). When you shrink the chart and the chart is not wide enough to display the legend text, the legend hides. (I have TeeChart 7...
by beetle
Tue Jun 15, 2004 11:04 am
Forum: VCL
Topic: Legend hides automatically
Replies: 8
Views: 13411

Legend hides automatically

Hi! I have a Chart inside a form with alignment=alClient and the legend is visible with laBottom alignment. Sometimes the Legend hides When I resize the form (always when I shrink the width, not the height), but the 'Visible' property of the Legend is still 'true'. When I increase the form height th...
by beetle
Fri Apr 30, 2004 3:22 pm
Forum: VCL
Topic: LoadChartFromFile
Replies: 2
Views: 7260

LoadChartFromFile

Hi there,
I would like to know if the Chart parameter passed in the LoadChartFromFile function is deleted and re-created (with a new) within this function or if it is in the same memory address. It seems to be the same but I am not sure.


Thanks a lot.