Shamim1977 / achartengine

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

Bug: XYCharts should respect label text size even there is no data #439

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set a bigger Label text size.
2. Create an empty XYMultipleSeriesDataset
3. setXAxisMin, setXAxisMax, setYAxisMin, setYAxisMax
4. create a ScatterChartView or LineChartView

What is the expected output? What do you see instead?
Expected:
Label text size should be displayed as bigger text size.
Actual:
Label text size is displayed with default size.

Please provide a source code snippet that we can use to replicate the
issue.

What version of the product binary library are you using?

Please provide any additional information below.

Original issue reported on code.google.com by feng...@motorola.com on 21 Sep 2014 at 1:47