piaoyongren / core-plot

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

Problems with Axis Y #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to know how to show the Axis Y whitout commas. Instead of 2.0 i 
would like to show 2, because in my graph there are only integers.

What is the expected output? What do you see instead?
I expect to se the axisY without commas

Please provide any additional information below.

Original issue reported on code.google.com by arellano...@gmail.com on 20 Oct 2010 at 1:47

Attachments:

GoogleCodeExporter commented 8 years ago
Use the labelFormatter property on the axis and plot. These are standard 
NSNumberFormatters. You can configure them any way you'd like.

Original comment by eskr...@mac.com on 20 Oct 2010 at 10:49

GoogleCodeExporter commented 8 years ago
Thanks! It was really simple!

Original comment by arellano...@gmail.com on 20 Oct 2010 at 7:27