piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

How to show the decimals for the axis #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.CPTestApp for iPhone (Bar Chart)
2. Range changed-->plotSpace.yRange = [CPPlotRange 
plotRangeWithLocation:CPDecimalFromFloat(0.0f) length:CPDecimalFromFloat(0.1f)];
3.Interval changed --> y.majorIntervalLength = CPDecimalFromString(@"0.01");

What is the expected output? What do you see instead?
Decimal precision is not showing the digits

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hrishike...@gmail.com on 15 Jun 2010 at 3:14

Attachments:

GoogleCodeExporter commented 8 years ago
You need to change the labelFormatter for the y-axis to show more decimal 
places.

Original comment by eskr...@mac.com on 16 Jun 2010 at 2:20

GoogleCodeExporter commented 8 years ago

Original comment by drewmcco...@mac.com on 16 Jun 2010 at 7:41