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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:06:45+00:00 2026-05-20T08:06:45+00:00

I want to scroll CPScatterPlot manually in my code. I am able to scroll

  • 0

I want to scroll CPScatterPlot manually in my code. I am able to scroll plot area but while scrolling globalXRange & globalYRange not working properly. I can scroll (manually, with button click) beyond the graph. I want to restrict scroll area, once it reaches to global range.

Here is the code I am using,

-(IBAction)moveLineLocation:(id)sender {

    isButtonClicked = TRUE;
    currentTag = [sender tag];

    CPPlotRange *rangeX = plotSpace.xRange;
    CPPlotRange *rangeY = plotSpace.yRange; 

    if([sender tag] == 1) {
        rangeX.location = CPDecimalAdd(rangeX.location, CPDecimalFromFloat(-0.5));
    }
    else if([sender tag] == 2) {
        rangeY.location = CPDecimalAdd(rangeY.location, CPDecimalFromFloat(0.5));
    }
    else if([sender tag] == 3) {
        rangeX.location = CPDecimalAdd(rangeX.location, CPDecimalFromFloat(0.5));
    }
    else {
        rangeY.location = CPDecimalAdd(rangeY.location, CPDecimalFromFloat(-0.5));
    }

    plotSpace.xRange = rangeX;
    plotSpace.yRange = rangeY;

    [graph.axisSet relabelAxes];
    [graph reloadData];
}

How can I restrict come over from this problem?

P.S- In touch events globalXRange & globalYRange are working absolutely perfect.

Thanks

Pratik

  • 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-20T08:06:46+00:00Added an answer on May 20, 2026 at 8:06 am

    Make a copy of the plot ranges before you modify them:

    CPPlotRange *rangeX = [plotSpace.xRange copy];
    CPPlotRange *rangeY = [plotSpace.yRange copy];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UITextField but when it overflows I want it to scroll not
I have a DIV I want to scroll with the page but it's not
I want to scroll listview.But Listview only scrolls when item of listview exceeded the
http://subzerostudio.com/temp/verticalscroller/temp.html I want this scroll to effect the div#container instead of the body,html but
I want to scroll all images in carousel view. But in my view the
I have a scrolling div with overflow:auto And I want to scroll it by
When I want to scroll a website by javascript code what is the corrent
I want to scroll the content of div horizontally and it should be auto-scrolling..
I am having scrollview inside another scrollview. I want to scroll inner scrollview but
I do not want the scroll bars,hence i've given overflow:hidden . A simple text

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.