Search found 18 matches

by ZooX
Fri Nov 12, 2010 2:44 am
Forum: Java
Topic: Making left axis start at 0
Replies: 1
Views: 6081

Making left axis start at 0

I can not figure what I am doing wrong. I have a Line chart in which the lowest value in the data is 5000 but I want the left axis to start at 0. I have tried all of the following and none of them work. Are these even the right place to set the starting number for the axis? tChart.getAxes().getLeft(...
by ZooX
Mon Nov 08, 2010 8:27 pm
Forum: Java
Topic: Custom colors on Pie
Replies: 1
Views: 5932

Custom colors on Pie

Hi, how exactly do I control/get to the colors of a pie chart? In bar, stacked and Line I grab the series and change the color. For example, I have only one series yet the slices of the pie are all different colors and I can't find for the life of me how to adjust them. The naming of a few of the me...
by ZooX
Mon Nov 08, 2010 8:16 pm
Forum: Java
Topic: How to calculate proper aspect for 3d and clicked
Replies: 17
Views: 30741

Re: How to calculate proper aspect for 3d and clicked

Any news on this? I haven't seen anything in the feeds or did I miss something? If you can even tell me a workaround if I subclass one of you classes because I think I am going to be forced to choose another chart provider and have to wire up all of my logic to a new chart if you don't have this any...
by ZooX
Mon Jun 14, 2010 7:05 pm
Forum: Java
Topic: 2D Line width
Replies: 1
Views: 5514

2D Line width

How do I increase the width of the Line() in a 2D chart? It is very skinny and hard to read when I have a certain amount of data.
by ZooX
Mon Jun 14, 2010 6:58 pm
Forum: Java
Topic: Padding on Left of first Bar
Replies: 3
Views: 9109

Re: Padding on Left of first Bar

Actually it would work if I can even shut off the line on the left, (x axis) it isn't needed. What is that called? How do I access it? Shouldn't it be a child of chart.getAxes().getLeft().****** get Something.
by ZooX
Mon Jun 14, 2010 6:13 pm
Forum: Java
Topic: missing X labels on multiple line series
Replies: 7
Views: 13792

Re: missing X labels on multiple line series

I could but don't you think as a paid for library you should handle this?
by ZooX
Mon Jun 14, 2010 6:07 pm
Forum: Java
Topic: Padding on Left of first Bar
Replies: 3
Views: 9109

Re: Padding on Left of first Bar

And I don't want

setStartPosition because that actually moves the entire thing over and has a void for a line along the bottom. I just want to start the first bar so it is visible and not directly ontop of the left border
by ZooX
Mon Jun 14, 2010 6:04 pm
Forum: Java
Topic: ImageIcon NullPointer
Replies: 1
Views: 5719

ImageIcon NullPointer

I haven't really needed the ChartEditor but now I think it will make my life easier to find out the nomenclature you guys use for things because it is not intuitive to me. BUT every since I did the update eariler this year I get a NullPointer from java for an ImageIcon com.steema.teechart.editors.Ch...
by ZooX
Mon Jun 14, 2010 6:02 pm
Forum: Java
Topic: Padding on Left of first Bar
Replies: 3
Views: 9109

Padding on Left of first Bar

I must be missing something. How do I make the very left most bar *NOT* start exactly on the left border of the chart? Meaning my very first bar is ontop of the left border of the chart and it is not viewable at 100% zoom.
by ZooX
Fri Apr 16, 2010 8:28 pm
Forum: Java
Topic: How to calculate proper aspect for 3d and clicked
Replies: 17
Views: 30741

Re: How to calculate proper aspect for 3d and clicked

Do you guys have an ETA on the release that will include this fix?

Brian
by ZooX
Wed Mar 24, 2010 5:00 pm
Forum: Java
Topic: missing X labels on multiple line series
Replies: 7
Views: 13792

Re: missing X labels on multiple line series

This is not the best way to do this, for every series you have you will be over-drawing the label which looks like hell.
by ZooX
Tue Mar 09, 2010 4:47 pm
Forum: Java
Topic: Custom Mark Text
Replies: 6
Views: 12299

Re: Custom Mark Text

Ahhh, why thank you very much. The GetMarkText event will do just fine.
by ZooX
Tue Mar 09, 2010 3:19 pm
Forum: Java
Topic: Custom Mark Text
Replies: 6
Views: 12299

Re: Custom Mark Text

Anyone... anyone... Bueller
by ZooX
Fri Mar 05, 2010 9:54 pm
Forum: Java
Topic: Custom Mark Text
Replies: 6
Views: 12299

Custom Mark Text

Hi, I hope I am just doing something wrong and its an easy fix. You MarksStyle values aren't enough for what I need. I need to basically add my own text to the mark. Which one would think I could do by the method setText that you guys made available I have markItem.setDrawText(true); markItem.setTex...
by ZooX
Thu Feb 18, 2010 3:52 pm
Forum: Java
Topic: How to calculate proper aspect for 3d and clicked
Replies: 17
Views: 30741

Re: How to calculate proper aspect for 3d and clicked

I just downloaded and updated to the new version and this is NOT working. I am getting the same result. I believe the core problem is that the 3d aspect is not being taking into account on the clicks. If I have a 3d bar, the very front face is fine, this is the 2d part of the image but if I click on...