问题描述
我需要为TimeseriesChart的不同缩放级别更改默认的DateTickUnit设置,但是在文档中找不到我需要阅读的地方?我将非常感谢一个指针.
I need to change the default DateTickUnit settings for different zoom levels for a TimeseriesChart, but can´t find the place i need to read in the documentation? I would greatly appreciate a pointer.
推荐答案
以下是TimeSeriesChartDemo1的Java API: http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/demo/TimeSeriesChartDemo1.html
Here is the Java API for TimeSeriesChartDemo1: http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/demo/TimeSeriesChartDemo1.html
缩放级别文档可在继承的方法之一中找到.我建议您找到需要更改缩放比例的确切组件.然后检查该java.awt组件的API
The zoom levels documentation will be found in one of the inherited methods. I would recommend finding the exact component that requires the zoom to be changed on. Then checking the API for that java.awt component
这篇关于DateTickUnit文档在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!