Search found 7 matches

by Alain
Fri Feb 21, 2014 12:00 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Re: Wrong axis min/max values for automatic axis

Hello Yeray, We are not sure why our sample program gives you a different result and behavior. You are indeed using the same version of C++Builder and TeeChart than us. For example, the Y axis in the sample data only has data between 4.73 and 19.54 and all of them are valid floating point values, so...
by Alain
Tue Feb 18, 2014 3:55 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Re: Wrong axis min/max values for automatic axis

Sorry, forgot to attach the file TestData.txt.

Regards,
Alain
by Alain
Tue Feb 18, 2014 1:51 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Re: Wrong axis min/max values for automatic axis

Hi Narcís,

Attached to this post, the TestData.txt is the file used for our sample project, which is a simple comma-separated XY data table.

Regards,
Alain
by Alain
Wed Feb 12, 2014 3:53 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Re: Wrong axis min/max values for automatic axis

Hi Yeray, We modified the sample program and commented out the AdjustMaxMin method as suggested. Indeed the values returned by CalcPosPoint() are now correct. However, when we tried this in our software, we sometimes get incorrect values for the Y axis after its properties get modified programmatica...
by Alain
Fri Feb 07, 2014 4:06 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Re: Wrong axis min/max values for automatic axis

Hi Yeray,

We use C++ for our development projects. In the attached file, you will find the source code and the data file used by our sample program.
Advise us if you require anything else.
by Alain
Thu Feb 06, 2014 4:22 pm
Forum: VCL
Topic: Wrong axis min/max values for automatic axis
Replies: 11
Views: 11867

Wrong axis min/max values for automatic axis

Hello, We are currently facing an issue concerning TeeChart Pro v2013.09.131119 for C++Builder XE5. It appeared after we upgraded from TeeChart Pro v2012.07.121105 for C++Builder XE3. In the software we are developing, we must get the range being displayed by the Y axis of a TeeChart graph. When the...
by Alain
Wed Jun 12, 2013 7:16 pm
Forum: VCL
Topic: TGPPathGradientBrush is not defined
Replies: 1
Views: 2780

TGPPathGradientBrush is not defined

Hi, I have sucessfully installed TeeChart Teechart VCL 2013.08.130521 to C++ Builder XE3. When I build my application, I get this message: "VCLTee.TeeGDIPlus.hpp(94) E2293 ) expected". The line 94 on file VCLTee.TeeGDIPlus.hpp is: void __fastcall SetGradientColors(TGPPathGradientBrush* ABrush); The ...