Search found 26 matches

by superfield
Mon Jul 23, 2007 9:29 pm
Forum: JFreeChart
Topic: Scaling fonts in smaller chart
Replies: 1
Views: 2893

Nevermind I got a solution. I just changed passed the font size in the method, so when it's small it's 8, when it's big it's 14.
by superfield
Mon Jul 23, 2007 4:29 pm
Forum: JFreeChart
Topic: Scaling fonts in smaller chart
Replies: 1
Views: 2893

Scaling fonts in smaller chart

Hi, I have a chart with 14 pt fonts on it. When the chart first shows up it is in a screen with 5 other charts, so the charts are kinda small. I have a button that allows the user to enlarge the chart, when the chart is enlarged it looks fine, the problem is that when it's small the fonts don't chan...
by superfield
Mon Jul 23, 2007 4:00 pm
Forum: JFreeChart
Topic: Changing the size of shapes that are drawn
Replies: 6
Views: 9185

Thank you, it worked!
by superfield
Thu Jul 19, 2007 5:48 pm
Forum: JFreeChart
Topic: Changing the size of shapes that are drawn
Replies: 6
Views: 9185

Nevermind, I just read a post where David said it's impossible :(
by superfield
Thu Jul 19, 2007 5:11 pm
Forum: JFreeChart
Topic: Changing the size of shapes that are drawn
Replies: 6
Views: 9185

Changing the size of shapes that are drawn

I have seen a few post about this but no one seems to have a solution. Does anyone know if it is possible to change the size of the shapes that are drawn on a series. I am using an XYLineAndShape renderer, I want to change the size of specific shapes in a series, is this possible?
Thank you.
by superfield
Wed Jul 18, 2007 8:09 pm
Forum: JFreeChart
Topic: change time tool tips are displayed
Replies: 2
Views: 3476

Thank you! I didn't know it was controlled by the ChartPanel class. Silly me!
by superfield
Wed Jul 18, 2007 7:28 pm
Forum: JFreeChart
Topic: change time tool tips are displayed
Replies: 2
Views: 3476

change time tool tips are displayed

Hi all! When I hold my mouse over a point it displays the tool tip for about three seconds. I want it to be displayed for much longer. I've read the javaDoc and the manual but I don't see any mention of this. Does anyone know what class I should overide or what method I should use? Thank you in adva...
by superfield
Wed Jul 11, 2007 10:06 pm
Forum: JFreeChart
Topic: Can you save a chart along with all its functionality?
Replies: 0
Views: 1903

Can you save a chart along with all its functionality?

I am thinking of adding a feature to my application that allows me to save an individual chart. I know how to save each chart as a picture but is there anyway to save the chart so it maintains all functionality (ability to zoom, tool tips, etc)?
by superfield
Fri Jun 29, 2007 3:34 pm
Forum: JFreeChart
Topic: Tool Tip Examples
Replies: 2
Views: 3701

thanks a lot, worked like a 9 to 5! I must be learning because I knocked that out in about 10 minutes!
by superfield
Thu Jun 28, 2007 10:42 pm
Forum: JFreeChart
Topic: Tool Tip Examples
Replies: 2
Views: 3701

Tool Tip Examples

Hi, I want to use custom tool tips and I've read what is in the devepolers guide and the API and I went through the demos, but I don't see any examples. Does anyone know if there are any examples in the source code? I want to use tool tips on an XYLineChart. If anyone has any examples of this that w...
by superfield
Thu Jun 28, 2007 7:18 pm
Forum: JFreeChart
Topic: automallically adjust numbers on domain
Replies: 5
Views: 5218

thanks skunk, that was my epiphany. I didn't know there was a line and renderer class for XYPlot (until I read the API). But keep responding to my posts, I'm gonna need you for the next few weeks. :wink:
by superfield
Thu Jun 28, 2007 4:47 pm
Forum: JFreeChart
Topic: automallically adjust numbers on domain
Replies: 5
Views: 5218

no one respond to this, i just had an epiphany...I'll be back though!
by superfield
Thu Jun 28, 2007 4:43 pm
Forum: JFreeChart
Topic: automallically adjust numbers on domain
Replies: 5
Views: 5218

So is there a way to use the LineAndShapeRenderer with the XYPlot. XYPlot seems great but the renderer associated with it cannot do all that LineAndShapeRenderer can do.
by superfield
Thu Jun 28, 2007 4:41 pm
Forum: JFreeChart
Topic: automallically adjust numbers on domain
Replies: 5
Views: 5218

Nevermind, I don't think it's possible
by superfield
Thu Jun 28, 2007 4:26 pm
Forum: JFreeChart
Topic: automallically adjust numbers on domain
Replies: 5
Views: 5218

automallically adjust numbers on domain

I have successfully made a set of charts, 5 using the createLineChart() method and one using the createXYLineChart() method. Both sets of charts contain over 100 data points, each data point is .2 apart (So it goes .2, .4, .6, .8, 1, 1.2 etc). The graph made with the createXYLineChart() method autom...