Renish-GlobeSync / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

segment date on axis #600

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I used core-plot framework, I drew financial chart, everything work ok except 
date range. I have data from monday to friday(saturday and sunday are empty) so 
that when I show data from 2 week, Finacial chart has empty area from Sat to 
Sun, and data diplay not correct, how can I remove this area and display chart 
correctly?

Thanks you

Original issue reported on code.google.com by t...@dvms.vn on 22 Oct 2013 at 5:39

Attachments:

GoogleCodeExporter commented 8 years ago
Instead of using a time scale and date formatter on the x-axis, use a custom 
NSFormatter and/or custom axis labels (CPTAxisLabelingPolicyNone) to create a 
labeling sequence that skips over the weekend dates.

Original comment by eskr...@mac.com on 23 Oct 2013 at 12:53

GoogleCodeExporter commented 8 years ago
Thank you very much. 
It's help me very much

Original comment by t...@dvms.vn on 23 Oct 2013 at 11:57

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 23 Oct 2013 at 10:49