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 7688423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:55:02+00:00 2026-05-31T19:55:02+00:00

Does anybody know a way to make the axis fixed on a CPTXYGraph when

  • 0

Does anybody know a way to make the axis fixed on a CPTXYGraph when the graph itself is inside a UIScrollView?

To clarify, I have a CPTXYGraph displaying data that is wider than the current screen, so I placed it inside a UIScrollView with horizontal scrolling (I’m aware of the userInteractionEnabled property core-plot exposes, but I need to keep the acceleration and other benefits of UIScrollView). I need the Y axis to be fixed on the left of the screen, something I would usually do in the layoutSubviews method of the UIScrollView. My first guess was to just apply a transform to the CPTXYAxis corresponding to the current contentOffset (considering it inherits from CALayer), but that seems to have no effect. I’ve also played around with the orthogonalCoordinateDecimal property but it looks like a dead-end.

Is there anybody out there that has managed to make this work?

  • 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-05-31T19:55:03+00:00Added an answer on May 31, 2026 at 7:55 pm

    For the benefit of anyone looking to solve this problem too, my solution:

    You can use CPTConstraints to position the axis, so I have done the following in my UIScrollView subclass:

    - (void)layoutSubviews {
        [super layoutSubviews];
    
        CGFloat xOffset = (self.contentOffset.x >= 0 ? self.contentOffset.x : 0.0f);
    
        CPTXYGraph *graph = [self graph];
        CPTXYAxisSet *axisSet = (CPTXYAxisSet *)[graph axisSet];
        CPTXYAxis *yAxis = [axisSet yAxis];
    
        [yAxis setAxisConstraints:[CPTConstraints constraintWithLowerOffset:xOffset]];
    }
    

    This code can be repurposed for all fixed axis positions using the different initializers for CPTConstraints.

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

Sidebar

Related Questions

Does anybody know if there is a way to make autocompletion work in MySQL
Does anybody know, how to make chart like this? I have not found any
Does anybody know of a way to make jQuery Mobile load only on pages
Does anybody know of a way to make a push button with text on
Does anybody know if there is a way to embed a link inside of
Does anybody know a way with JavaScript or CSS to basically grey out a
Does anybody know a way to recursively remove all files in a working copy
Does anybody know of a way to list up the loaded plugins in Vim
Does anybody know offhand the way to tell whether I'm being called statically (Classname::function)
Does anybody know of a way of generating a boxplot in R with a

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.