Search found 7 matches
- Wed Sep 06, 2006 2:31 pm
- Forum: JFreeChart
- Topic: Zoom question
- Replies: 3
- Views: 3281
Hola pochazas! Si no te he entendido mal, me parece que esto te ayudara: myPlot.getDomainAxis().getUpperBound() myPlot.getDomainAxis().getLowerBound() Con esto puedes coger los extremos del XYPlot con el que estes trabajando, ya hayas aplicado un zoom o no. Ya me contaras como te va. Saludos P.S.- g...
- Fri Sep 01, 2006 3:54 pm
- Forum: JFreeChart
- Topic: Scroll to move through a dynamic chart
- Replies: 2
- Views: 2741
Scroll to move through a dynamic chart
Hi there! I'm using a CombinedDomainXYPlot with Dynamic data and I've set the fixed auto range property of its domain axis to a few seconds, just to see the last part of the graph every moment, at the same time that I'm receiving new data. However, I'd like to have the posibility of moving through t...
- Thu Aug 31, 2006 3:08 pm
- Forum: JFreeChart
- Topic: how can I change the graphics of the Legend?
- Replies: 0
- Views: 1564
how can I change the graphics of the Legend?
Hi! I'm working with CombinedDomainXYPlot with XYPlot subplots inside to draw some linear graphs. I would like to know if it is possible to change the graphics of the legend. The default ones are very small (just lines) and I'd like to have graphics like the Bar Chart ones, "big" squares where you c...
- Tue Aug 29, 2006 3:47 pm
- Forum: JFreeChart
- Topic: How can I update IntervalMarkers?
- Replies: 1
- Views: 1593
- Tue Aug 29, 2006 3:44 pm
- Forum: JFreeChart
- Topic: How can I update IntervalMarkers?
- Replies: 1
- Views: 1593
How can I update IntervalMarkers?
Hi! I've to work with dynamic data and I'd like to know if it's possible to update markers to let them become wider. There is no way to change startValue and endValue (at least the endValue). It could be interesting if you want to create a marker and to update it depending on the data you are receiv...
- Tue Aug 29, 2006 11:43 am
- Forum: JFreeChart
- Topic: IntervalMarker and CombinedDomainXYPlot
- Replies: 2
- Views: 2838
IntervalMarker and CombinedDomainXYPlot
Hi! I'm trying to create a chart with dynamic data and several plots. I'm using the CombinedDomainXYPlot and the idea is to build sth like DynamicDataDemo3.java... but using markers to reflect dangerous levels in the graph, I mean, for example if a graph reaches one upper limit I want to create a re...
- Mon Aug 28, 2006 3:57 pm
- Forum: JFreeChart
- Topic: IntervalMaker covers Gridlines
- Replies: 1
- Views: 1716
Sorry, I don't have a solution for your problem... cause I've had the same problem too! Anyway, may you can help me, cause I was trying to find a way to use markers with the CombinedDomainXYPlot and I've reach your post... I've used markers dynamically in a Time Series Chart and everything worked fi...