I used to charts using core-plot framework, my requirement is draw vertical line as a plot symbol in scatter chart, i need to move up or down according the value, how should i do it?
please help me out?
Sri
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.
Implement one of the following methods in your datasource:
You can create as many different plot symbols as you need. Simply return the correct one for each point.
Eric