Closed GoogleCodeExporter closed 9 years ago
A common way would be to use a CubeLineChartView with a listener for label
creation.
something like:
renderer.addLabelListener( new LabelListener()
{
// override
public void onMeasureItem( value )
...
public void onCreateLabel( value )
...
}
);
such a listener is missing, isn't it???
Original comment by spam8...@gmail.com
on 10 Mar 2013 at 7:01
Original comment by dandrome...@gmail.com
on 23 Mar 2013 at 2:19
I am also interested in having a TimeChart view with lines in a cubic manner.
Original comment by jesper.d...@gmail.com
on 10 Feb 2014 at 6:52
Original issue reported on code.google.com by
spam8...@gmail.com
on 5 Mar 2013 at 7:32