Search found 28 matches
- Thu Feb 04, 2010 3:28 pm
- Forum: Java
- Topic: Need Help Installing new Version
- Replies: 9
- Views: 16914
Re: Need Help Installing new Version
Works now! Thanks. On a related note, is the plan to only release updates to the Java version once a year?
- Wed Feb 03, 2010 3:34 pm
- Forum: Java
- Topic: Need Help Installing new Version
- Replies: 9
- Views: 16914
Re: Need Help Installing new Version
Excellent. I await your reply.
Regards,
Jesse
Regards,
Jesse
- Tue Feb 02, 2010 2:26 pm
- Forum: Java
- Topic: Need Help Installing new Version
- Replies: 9
- Views: 16914
Re: Need Help Installing new Version
Ara sent me the activation code but may not have noticed what I had said in the message. There is no way to enter this code. The dialog box that appears after choosing "Activation via phone call to Steema Software" is a blank dialog. There is nothing in the dialog and therefore no way to enter the r...
- Mon Feb 01, 2010 9:40 pm
- Forum: Java
- Topic: Need Help Installing new Version
- Replies: 9
- Views: 16914
Re: Need Help Installing new Version
Done. The subject should read "FW: Activation/Installation".
Thank you Narcís
Thank you Narcís
- Mon Feb 01, 2010 4:09 pm
- Forum: Java
- Topic: Need Help Installing new Version
- Replies: 9
- Views: 16914
Need Help Installing new Version
I have sent a message to sales@steema.com (last Friday) asking for help installing the new version. This email has screenshots of the problem (that include my various keys). My problem is that I cannot activate over the Internet. I am behind a firewall. The "activate over the phone" option simply di...
- Fri Mar 20, 2009 5:11 pm
- Forum: Java
- Topic: Line Series in TeeChart v2
- Replies: 1
- Views: 6450
Line Series in TeeChart v2
After upgrading, I discovered different behavior. It is easy to accomodate, so I am not requesting any action. Anyway, FYI in case it wasn't expected. When you set the color of a line series with point markers, subsequent changes to the color only affect the line and not the pointer. import javax.sw...
Excellent. That appears to solve my problem very well.
I had also tried the following, that seemed to do similar.
I like your solution better. Thank you.
I had also tried the following, that seemed to do similar.
Code: Select all
double max = teeChart.getChart().getMaxYValue(teeChart.getAxes().getLeft());
teeChart.getAxes().getLeft().setMinMax(0.0,max);
Histogram
When I create a histogram, the axis is set to the bottom of the smallest bar by default. This makes one of the bins look like it has a zero count. What am I doing wrong? import javax.swing.JFrame; import javax.swing.JPanel; import com.steema.teechart.TChart; import com.steema.teechart.styles.Histogr...
- Wed Mar 18, 2009 8:07 pm
- Forum: Java
- Topic: Antialiasing
- Replies: 1
- Views: 6275
Nevermind. Found it.
Code: Select all
teeChart.getAspect().setSmoothingMode(false);
- Wed Mar 18, 2009 5:50 pm
- Forum: Java
- Topic: Antialiasing
- Replies: 1
- Views: 6275
Antialiasing
TeeChart 2 seems to default to antialiasing for everything. How do I turn this off? It is too blurry.
- Thu Feb 12, 2009 2:30 pm
- Forum: Java
- Topic: SVG for Java Version
- Replies: 2
- Views: 7661
- Wed Feb 11, 2009 10:01 pm
- Forum: Java
- Topic: SVG for Java Version
- Replies: 2
- Views: 7661
SVG for Java Version
I have not found any evidence that it is possible to output a chart using vector graphics with the Java version of TeeChart. Is this correct?
- Wed Feb 11, 2009 9:59 pm
- Forum: Java
- Topic: a bug on exponential values at 0.0 axis
- Replies: 6
- Views: 14487
- Fri Feb 06, 2009 11:09 pm
- Forum: Java
- Topic: Distance between axis title and axis labels
- Replies: 11
- Views: 23319
- Thu Jan 15, 2009 1:49 am
- Forum: Java
- Topic: Z Order for Points
- Replies: 1
- Views: 6391
Z Order for Points
Could you please point me to documentation for Z Order for series?...I can't seem to find how to make one series paint on top of another other than creating them in a certain order. I am not making a 3-D chart by the way.
Thank you!
Thank you!