Results 1 to 5 of 5
  1. #1
    hehrerh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    35

    X/Y Scatter Chart


    Per the attached image, when I set up a x/y scatter chart through the wizard, the chart shows up just fine.

    However, when I open in report view, it converts what should be 1 line covering 12 data points into 12 dines covering 1 data point.

    The data seems to be arranged correctly in the underlying query.. do I need to transpose the data to get it to look right? If so, how?

    Thanks!

    Click image for larger version. 

Name:	1.jpg 
Views:	12 
Size:	124.8 KB 
ID:	32051

  2. #2
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    You've tried to squeeze in too many things into your screenshot so it isn't clear
    Suggest you crop and upload 2 images - design view and print preview.
    Also provide the SQL record source for your chart - it is impossible to do more than guess with what you've provided so far
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    In form Design view, double click on the graph and then on the graph edit menu, try clicking the ByColumn icon.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    hehrerh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    35
    SELECT B_00All.[SaleMonth], Sum(B_00All.[SalePrice]) AS SumOfSalePrice
    FROM B_00All
    GROUP BY B_00All.[SaleMonth];

  5. #5
    hehrerh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    35
    This did it! Thanks

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Data Label Conundrum in XY Scatter Chart
    By Paul H in forum Reports
    Replies: 8
    Last Post: 01-25-2013, 10:21 AM
  2. Y Axis Scale Problem on XY Scatter Chart
    By Paul H in forum Access
    Replies: 1
    Last Post: 01-15-2013, 06:14 PM
  3. Scatter Chart
    By Georgi in forum Reports
    Replies: 2
    Last Post: 01-06-2013, 06:55 AM
  4. Scatter Chart not Showing X-axis Values
    By ward0749 in forum Forms
    Replies: 4
    Last Post: 03-20-2012, 06:37 AM
  5. Perplexing scatter chart x-axis problem
    By whatwouldmattdo in forum Queries
    Replies: 3
    Last Post: 11-28-2011, 09:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums