is it possible to set corner radius for CPTGraphHostingView?
Share
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.
No, but why would you need to? All Core Plot drawing is done by Core Animation layers (CPTGraph and all of it’s various pieces). You can set the corner radius on the graph and on many other layers. Any graph part that is a subclass of CPTBorderedLayer can take a corner radius.