Hi I have a core plot graphic. By default it looks fine, but if I resize it, lables on x axis are overlapped.
I have dates on x axis, how can I change days to weeks? please see screenshot.
Is it some event which heppen on resize?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default axis labeling policy puts the ticks a constant distance apart. You might try the
CPTAxisLabelingPolicyAutomaticlabeling policy. This policy will automatically adjust the tick spacing as the plot range changes.