+ Reply to Thread
Results 1 to 3 of 3

Chart - Problem getting value from SeriesCollection

  1. #1
    Forum Contributor
    Join Date
    12-26-2010
    Location
    Kansas City, Kansas
    MS-Off Ver
    Excel 2007
    Posts
    147

    Chart - Problem getting value from SeriesCollection

    Hi

    There is no code attached ....

    The following simplifies the problem (I think)

    =================
    START
    =================
    Note:
    StackedBar - byRows

    ------------------------------------------
    On Excel Worksheet
    ------------------------------------------
    Fruit Color Sweet Hardness
    Apple .05 .06 .02
    Orange .08 .07 .06
    Pear .07 .08 .09

    GraphRange = the entire matrix above

    Please Login or Register  to view this content.
    =================
    END
    =================

    I realize this
    vSeries = .SeriesCollection(1).Values
    returns array containing the data values

    My question is:

    What SeriesCollection PROPERTY returns APPLE ?

    vSeries = .SeriesCollection(1).WHAT_PROPERTY

    Note:
    I realize I can get the value from the underlying RANGE but I think
    it more "correct" to get the value from the SERIES.

    regards
    JohnM3
    Last edited by JohnM3; 07-18-2011 at 01:22 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Chart - Problem getting value from SeriesCollection

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here

  3. #3
    Forum Contributor
    Join Date
    12-26-2010
    Location
    Kansas City, Kansas
    MS-Off Ver
    Excel 2007
    Posts
    147

    Re: Chart - Problem getting value from SeriesCollection

    The answer was to use the .SeriesCollection(1).Name - Name Property.

    Please Login or Register  to view this content.
    regards
    JohnM3

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1