Search found 26 matches
- Mon Jul 23, 2007 9:29 pm
- Forum: JFreeChart
- Topic: Scaling fonts in smaller chart
- Replies: 1
- Views: 2893
- 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...
- Mon Jul 23, 2007 4:00 pm
- Forum: JFreeChart
- Topic: Changing the size of shapes that are drawn
- Replies: 6
- Views: 9185
- Thu Jul 19, 2007 5:48 pm
- Forum: JFreeChart
- Topic: Changing the size of shapes that are drawn
- Replies: 6
- Views: 9185
- 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.
Thank you.
- Wed Jul 18, 2007 8:09 pm
- Forum: JFreeChart
- Topic: change time tool tips are displayed
- Replies: 2
- Views: 3476
- 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...
- 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)?
- Fri Jun 29, 2007 3:34 pm
- Forum: JFreeChart
- Topic: Tool Tip Examples
- Replies: 2
- Views: 3701
- 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...
- Thu Jun 28, 2007 7:18 pm
- Forum: JFreeChart
- Topic: automallically adjust numbers on domain
- Replies: 5
- Views: 5218
- Thu Jun 28, 2007 4:47 pm
- Forum: JFreeChart
- Topic: automallically adjust numbers on domain
- Replies: 5
- Views: 5218
- Thu Jun 28, 2007 4:43 pm
- Forum: JFreeChart
- Topic: automallically adjust numbers on domain
- Replies: 5
- Views: 5218
- Thu Jun 28, 2007 4:41 pm
- Forum: JFreeChart
- Topic: automallically adjust numbers on domain
- Replies: 5
- Views: 5218
- 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...