Back to project page timestatistic.
The source code is released under:
GNU General Public License
If you think the Android project timestatistic listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package maximsblog.blogspot.com.timestatistic; import org.achartengine.model.XYMultipleSeriesDataset; import org.achartengine.renderer.XYMultipleSeriesRenderer; public class PeriodData { public XYMultipleSeriesDataset dataset = new XYMultipleSeriesDataset(); public XYMultipleSeriesRenderer renderer = new XYMultipleSeriesRenderer(); public String legend; }