gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Every chart should have option that X axis is present as DateTime #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All specific of 

public class TimeChart ...

should be put into 

public abstract class AbstractChart ...

so that every chart type reuse functions. There should be also some property to 
enable time formating in 

protected void drawXLabels ...

Original issue reported on code.google.com by supp.san...@gmail.com on 6 Jan 2012 at 6:44

GoogleCodeExporter commented 9 years ago
You can use addXTextLabel for adding any kind of formatted labels.

Original comment by dandrome...@gmail.com on 8 Feb 2013 at 6:07