Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8479515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:02:54+00:00 2026-06-10T19:02:54+00:00

I want to draw a line chart, displaying data from a database read. I

  • 0

I want to draw a line chart, displaying data from a database read. I use the X-axis to record time, I want the chart to support pan and zoom.

I use core plot, I created one demo, but it gives 4 errors. The other demo work the same wrong. I use Xcode 4.3.3 and iOS 5.1 SDK.

Screenshot of the errors

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:02:56+00:00Added an answer on June 10, 2026 at 7:02 pm

    If you want to allow only horizontal scrolling (and/or zooming) in Core Plot, check out this answer by Jay from another question. Here’s the code from his answer:

    Use this to allow only horizontal scrolling/panning:

    -(CGPoint)plotSpace:(CPTPlotSpace *)space willDisplaceBy:(CGPoint)displacement
    {
        return CGPointMake(displacement.x, 0);
    }
    

    Use this to allow only horizontal zooming:

    -(CPTPlotRange *)plotSpace:(CPTPlotSpace *)space willChangePlotRangeTo:(CPTPlotRange *)newRange forCoordinate:(CPTCoordinate)coordinate
    {
        if (coordinate == CPTCoordinateY) {
        newRange = ((CPTXYPlotSpace*)space).yRange;
        }
        return newRange;
    }
    

    About the errors you’re getting: they don’t really seem to be directly related to Core Plot. They appear because you haven’t declared the ivars in your header file. (Use of undeclared identifier _titleFont, etc)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to draw a line in Crystal report. I can do that from
I want to draw line from one point to another unknown point.I want to
i want to create one app which draw different charts like pie chart, line
asp.net chart always draw columns and I want to represent my data as lines.
So I'm using Processing to draw a map from a data file. I want
i want to draw line, i have two textfiled in which i enter some
I want to draw line on UIImageView. I already draw line on UIImageView but
I want to Draw multiple line Graph with each line have different color and
I want to draw this in my view to draw this line, I have
I have a program where I want to draw a line between two points.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.