ibrahimsaputra / achartengine

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

Qwn x-axis-labels in a LineChart ? #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi peopels,
I have one question! Is it possible to add in a LineChart other/own 
X-Axis-Lables (like this Format: 001/01)?

Two other problems could I solve myself:

1. DisplayChartValues not for one MultiSeriesRenderer but for seperate Series 
(modified XYSeries with a FLAG and modified XYChart.class). There are an other 
option to do the same?.

2. ShowLegend not for one MultiSeriesRenderer but for seperate Renderer 
(modified XYSeriesRenderer with a FLAG and modified AbstractChart). There are 
an other option to do the same?.

Original issue reported on code.google.com by passchr...@googlemail.com on 8 Mar 2011 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
I mean "Own x-axis-labels in a LineChart ?" in the Title

Original comment by passchr...@googlemail.com on 8 Mar 2011 at 9:37

GoogleCodeExporter commented 9 years ago
I would like to have something similar.
The X-Axis in my case is a quarter of a Year (Q1 2011, Q2 2011 ...)
For good looking i gave every point an x value of 1..12 (for three years).
I would like now to add a displayName for some x-Values.

Original comment by packow...@gmail.com on 10 Mar 2011 at 9:33

GoogleCodeExporter commented 9 years ago
I think the following will help you:
renderer.addTextLabel(xLocation, customText);

Original comment by dandrome...@gmail.com on 11 Mar 2011 at 9:55

GoogleCodeExporter commented 9 years ago
Thanks.
That is what i was looking for ;)

Original comment by packow...@gmail.com on 17 Mar 2011 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 13 Apr 2011 at 5:03