Search found 192 matches

by johnnix
Mon Nov 25, 2013 7:57 am
Forum: VCL
Topic: TCursorTool issue with 2012.07.120914
Replies: 11
Views: 19112

TCursorTool issue with 2012.07.120914

Hello,

It lloks like that I cannot set the initial XValue of the TCursorTool. Attached is a sample project file. Any hwlp would be mostly appreciated.

Kindest regards
by johnnix
Thu Nov 15, 2012 7:41 am
Forum: VCL
Topic: Need some help for a simple task!!!
Replies: 5
Views: 7768

Re: Need some help for a simple task!!!

Hello Yeray,

Thank you very much for the prompt reply, I will give it a try !!!

Kindest regards
by johnnix
Wed Nov 14, 2012 7:36 am
Forum: VCL
Topic: Need some help for a simple task!!!
Replies: 5
Views: 7768

Re: Need some help for a simple task!!!

Hello,

I need to hide both label and bars :)

Regards
by johnnix
Tue Nov 13, 2012 8:37 am
Forum: VCL
Topic: Need some help for a simple task!!!
Replies: 5
Views: 7768

Need some help for a simple task!!!

Hello all,

I am completely stack with this so I need a fresh look from someone else!!! I created this chart, works as I want to but it looks like I cannot hide one name group, for example I need the user to be able to show/hide Name1 or Name2 etc. Any help please !!!!
by johnnix
Mon Oct 22, 2012 6:20 am
Forum: VCL
Topic: Help needed for a new plot
Replies: 3
Views: 5909

Re: Help needed for a new plot

Hello Narcis,

Thank you very much for your prompt reply. I have the source version installed and do not have the samples, is it possible for you to upload some sample on how to create the double X axis?

Regards
by johnnix
Fri Oct 19, 2012 5:45 am
Forum: VCL
Topic: Help needed for a new plot
Replies: 3
Views: 5909

Help needed for a new plot

Hello all,

Can anyone please inform me if it is possible to have a plot like the one in the picture? Basically I do not know if I can create that "double" X axis :)

Thank you all for your time.

Regards
by johnnix
Fri Mar 30, 2012 6:10 am
Forum: VCL
Topic: AntiAlias issue
Replies: 11
Views: 16578

AntiAlias issue

Hello, I am using TeeChart 2011.03.30407 and I wish someone to inform me if the following bug is fixed in the latest release. 1. Add a TChart into a form 2. Double click and from the editor add a TLineSeries 3. Go to Tools->Other and add the Anti-Alias tool 4. The line should now miss several segmen...
by johnnix
Tue Mar 13, 2012 7:49 am
Forum: VCL
Topic: Curve Fitting
Replies: 1
Views: 3834

Curve Fitting

Hello,

I have never used the curve fitting feature so I first need to check with you guys :) I have a scatter plot of points and I need to fit these points with the curve : y=a*X^b. Is this possible?

Kindest regards
by johnnix
Fri Feb 10, 2012 6:18 am
Forum: VCL
Topic: How to calculate Y from X value (LineSeries with Smoothing)
Replies: 5
Views: 11814

Re: How to calculate Y from X value (LineSeries with Smoothing)

Hello Urank, I am guessing that your series values will contain all additional points calculated by the smoothing function so you can find Y as the intersection of 2 line segments. You just need to find the index value so that XValues < Your_X < XValues[i+1] and test the intersection of this line se...
by johnnix
Fri Dec 16, 2011 7:17 am
Forum: VCL
Topic: Scaling plots
Replies: 3
Views: 5533

Re: Scaling plots

Hello Yeray, Thank you for your tip but I know how to use the GetDeviceCaps but let me explain my question a little bit more. I can calculate that X pixels on the screen form a real cm, how can I transfer this to my plot so that the distance between major marks is X pixels? Or how can I draw the plo...
by johnnix
Thu Dec 15, 2011 7:37 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 17943

Re: A problem with bar color, please help.

Hello,

I tried to modify the example so that it can work with 2 Horizontal lines series but it does not work as expected. Is it too much to ask for a sample code? I need to paint the hatched region only. Maybe this could also included in the Tools section?

Regards
by johnnix
Wed Dec 14, 2011 9:49 am
Forum: VCL
Topic: Scaling plots
Replies: 3
Views: 5533

Scaling plots

Hello, In my application I use Picture objects to present my plots inside my FastReports pages. Currently I am investigating the possibility to present plots in a fixed Y-axis scale for example every 1 cm on the plot will reflect 1 meter in real life (for a plot where the Y axis represents a distanc...
by johnnix
Tue Dec 13, 2011 9:40 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 17943

Re: A problem with bar color, please help.

Great, I will test that and let you know if anything else comes up :)

Regards
by johnnix
Tue Dec 13, 2011 7:44 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 17943

Re: A problem with bar color, please help.

Hello Narcis,

Thank you very much for this. I tested it here under D2007 and TeeChart 2011.03.30407 and is some cases it does not work as expected (see attached picture). Can you please confirm this?

Regards
by johnnix
Thu Dec 08, 2011 7:05 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 17943

Re: A problem with bar color, please help.

Hello Narcis,

Would it be possible for you to arrange an example for Horizontal Line Series? I tried to implement this solution to a chart with THorizLineSeries but it looks like the CrossPoint function fails to find the cross points?

Regards