Search found 14 matches

by GFoundries
Fri Oct 08, 2010 11:52 am
Forum: Java
Topic: Box Chart axis labels problem for values in range of 1.0E-15
Replies: 3
Views: 8174

Re: Box Chart axis labels problem for values in range of 1.0E-15

Hi Yeray,

How soon can we expect it to be fixed in the TChart Library? We have a lot of values in the range specified and the charts are unusable if the axis labels don't show up properly. Is it possible to fix in the next patch release?

Regards,
Ram
by GFoundries
Mon Oct 04, 2010 9:50 pm
Forum: Java
Topic: Box Chart axis labels problem for values in range of 1.0E-15
Replies: 3
Views: 8174

Box Chart axis labels problem for values in range of 1.0E-15

I am trying to create a box plot with the following values and it does not show any labels. I have tried to set max, min and increment in different combination but could not see any labels. I did some experiment by multiplying the values with 1.0E2, 1.0E3 and 1.0E4 and the labels started showing up....
by GFoundries
Wed Aug 25, 2010 5:48 pm
Forum: Java
Topic: T-test comparison circles for Box plot
Replies: 3
Views: 7945

Re: T-test comparison circles for Box plot

Hi Yeray,

Please find the screenshot of what we have in various statistical tools. I would like to do something similar to this. This result is based on student t-test comparison for box plot.

Thanks,
Gunjan
by GFoundries
Tue Aug 24, 2010 3:18 pm
Forum: Java
Topic: T-test comparison circles for Box plot
Replies: 3
Views: 7945

T-test comparison circles for Box plot

Hi, I need to add the T-test comparison circles for box plot based on confidence interval and mean in my application. We have used teechart (java) to add the box plots in our application. I was wondering if there is any thing available in teechart for supporting comparison circles? Appreciate an ear...
by GFoundries
Mon Aug 23, 2010 8:03 pm
Forum: Java
Topic: Notch Box Plot
Replies: 1
Views: 5509

Notch Box Plot

We trying to add support for the Notch Box Plot in our application. I tried searching in the examples and couldn't find any reference to the ability to add the notch (confidence interval) to the box plot which is currently provided. Can you please look into the images and let me know if this feature...
by GFoundries
Fri Jun 25, 2010 7:24 pm
Forum: Java
Topic: Contour Chart doesn't work in TeeChart!
Replies: 7
Views: 13982

Re: Contour Chart doesn't work in TeeChart!

Hi Yeray, I looked at all the following posts and based on this tried turning on/off the irregularGrid property. I also tried all permutations and combinations of the X, Y and Z data set when calling them in add method but still I didn't see anything getting plotted on the chart. I also tried changi...
by GFoundries
Fri Jun 25, 2010 12:15 pm
Forum: Java
Topic: Custom levels in Contour Chart don't work!!
Replies: 3
Views: 8213

Re: Custom levels in Contour Chart don't work!!

Hi Yeray, For the point 2: The following seems to work as expected, can't you see different levels than the default? What I meant was if you try to modify the setUpToValue() to some other value, it doesn't reflect in the legend. The levels still show the same set of values always. I had tried the Le...
by GFoundries
Wed Jun 23, 2010 7:26 pm
Forum: Java
Topic: Contour Chart doesn't work in TeeChart!
Replies: 7
Views: 13982

Re: Contour Chart doesn't work in TeeChart!

Hi Yeray, Thanks for your sample code. But the issue is even a simple data set (given below) doesn't generate/plot anything on the chart. Not talking about what is expected, but at least I hope to see some output plotted. The concern is I don't see anything at all on my side. I was wanting to confir...
by GFoundries
Wed Jun 23, 2010 12:16 pm
Forum: Java
Topic: Contour Chart doesn't work in TeeChart!
Replies: 7
Views: 13982

Re: Contour Chart doesn't work in TeeChart!

Hi Yeray, Yes I have posted the right data. This data when I used with Teechart - Java didn't plot anything on the chart. I used ChartDirector charting API and it gave me exactly the expected result. Can you please provide me your sample program which you used to generate the output because when I t...
by GFoundries
Mon Jun 21, 2010 12:22 am
Forum: Java
Topic: Custom levels in Contour Chart don't work!!
Replies: 3
Views: 8213

Custom levels in Contour Chart don't work!!

Hello, For all the issues mentioned below, I have provided the sample code I used. 1) ContourLevel creation issue: When I add data to contour charts using the add(double[] X, double[] Y, double[] Z) method and calling the setAutomaticLevels(true), setNumLevels(7) and createAutoLevels() methods to po...
by GFoundries
Fri Jun 18, 2010 8:56 pm
Forum: Java
Topic: Contour Chart doesn't work in TeeChart!
Replies: 7
Views: 13982

Contour Chart doesn't work in TeeChart!

Hello, I am trying to use the contour chart with the following set of values for X, Y and Z. But I don't see any values plotted for this. The chart is empty. This same data gives me the correct output when using other charting API's!! I also tried using some other datasets, but they don't seem to wo...
by GFoundries
Tue Jan 12, 2010 5:58 pm
Forum: Java
Topic: com.steema.teechart.tools.ColorLine drawn outside the chart.
Replies: 3
Views: 9524

Re: com.steema.teechart.tools.ColorLine drawn outside the chart.

Thanks for the response. I tried our the code fragment in your reply. - This code works only when added in a paint listener. When I query for the max and min in the class which creates the chart the results are both "0". - X axis and Y axis give different Max and Min by using the calcPosValue. Examp...
by GFoundries
Fri Jan 08, 2010 6:13 pm
Forum: Java
Topic: com.steema.teechart.tools.ColorLine drawn outside the chart.
Replies: 3
Views: 9524

com.steema.teechart.tools.ColorLine drawn outside the chart.

When I set the position of the color line on a chart in the range outside the axis it is drawn in the white area of the axis. The color line is not automatically clipped. I saw a two similar threads with the VLC/CLX and .NET forums: http://www.teechart.net/support/viewtopic.php?f=3&t=5558 http://www...
by GFoundries
Thu Dec 31, 2009 11:10 pm
Forum: .NET
Topic: Point Not Displayed
Replies: 11
Views: 14439

Re: Point Not Displayed

Hi,

I see that same problem with java. The last (single) point in the line series after a set of transparent points, is not drawn. Can you please apply the fix in the java version as well.

Thanks,
Ram