How to change the area of cells used as pie chart legend?

In Numbers '13 I cannot drag the legend area separately (as I could do in Number '09). The same on iPad.
Did I miss something?

re:  ChartLegend
The line "chtChart.SeriesCollection.NewSeries" does nothing.
After legend entries have been deleted, the only way to restore them is to remove and recreate the legend that contained them by setting the HasLegend property for the chart to False and then back to True...
  chtChart.HasLegend = False
  chtChart.HasLegend = True
(the font in the new legend may need adusting)
It has been a very long time since I have created charts with VBA.
My Excel help file says to change the values used by a Chart Series you have to specify a range or provide an array of values (not both)
So this seems to work...
Dim X as Variant
X = chtChart.SeriesCollection(3).Values
chtChart.SeriesCollection(1).Values = X
Jim Cone
Portland, Oregon USA
free & commercial excel programs (n/a xl2013)
https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

Similar Messages

  • No question, I just wanna say thanks to the person who discovered how to change the correct dns to use FaceTime. The 8.8.8.8. Really work. Genius. Thanks again.

    No question, I just wanna say thanks to the person who discovered how to change the correct dns to use FaceTime. The 8.8.8.8. Really work. Genius. Thanks again.

    solved

  • I need to know how to change the identity (email address) used for the iTunes store as I no longer use that email

    I need to know how to change the identity (email address) used for the iTunes store as I no longer use that email.

    Settings > iTunes & App store.
    Tap AppleID, sign out then sign back in.
    The Apple ID is right everywhere else. I've synced the phone. I've reset it in Settings on the phone. I've changed it at Apple.
    When you write, "I've changed it at Apple, this means you updated yoru old AppleID or you ceated a new AppleID?

  • How to change the default element tag using dbms_xmlgen

    here is my code that generate output for purchase order data. I followed the syntax shown in xml db developer guide.
    I am getting the results but element tags are CAPS letters( As the coloumn names in the type defenitions are stored in CAPS in Oracle). but I need to show in small letters as per my requirement.
    can anyone help me how to change the default tag names for elements.
    ==================================HERE IS THE CODE==================
    DECLARE
    qryCtx DBMS_XMLGEN.ctxHandle;
    result CLOB;
    BEGIN
    qryCtx := DBMS_XMLGEN.newContext
    ('SELECT PODL_H_T
    ( CLOSEDDATETIME ,
    COMPANY ,
    CAST(MULTISET
    (SELECT LINENUMBER ,
    COMPANY ,
    PURCHASEORDERID ,
    ITEM ,
    QUANTITYUM ,
    TOTALQUANTITY
    FROM cpo_wms_podl_LINES
    WHERE PURCHASEORDERID = PH.PURCHASEORDERID) as PurchaseOrderDetailList
    FROM cpo_wms_podl_HEADERS PH ');
    -- now get the result
    DBMS_XMLGEN.setRowSetTag(qryCtx, 'Receipts' );
    DBMS_XMLGEN.setRowTag(qryCtx, 'PurchaseOrder' );
    result := DBMS_XMLGEN.getXML(qryCtx);
    INSERT INTO temp_clob_tab VALUES (result);
    DBMS_XMLGEN.closeContext(qryCtx);
    END;
    -- select * from temp_clob_tab
    ===========create type script=====================
    cpo_wms_podl_HEADERS
    CREATE or replace TYPE PurchaseOrderDetail AS OBJECT(
    LINENUMBER VARCHAR2(400 BYTE),
    COMPANY VARCHAR2(400 BYTE),
    PURCHASEORDERID VARCHAR2(400 BYTE),
    ITEM VARCHAR2(400 BYTE),
    QUANTITYUM VARCHAR2(400 BYTE),
    TOTALQUANTITY NUMBER
    create type PurchaseOrderDetailList as table of PurchaseOrderDetail
    create table temp_clob_tab(result CLOB)
    create type podl_HEADERS_list_t as table of podl_HEADERS_t
    CREATE or replace TYPE PODL_H_T AS OBJECT
    CLOSEDDATETIME DATE,
    COMPANY VARCHAR2(400 BYTE),
    CREATEDDATETIME DATE,
    PURCHASEORDERID VARCHAR2(400 BYTE),
    SHIP_TO VARCHAR2(400 BYTE),
    linelist PurchaseOrderDetailList
    )

    but I need to show in small letters as per my requirement.add alias column names in double quotes as in
    SQL> select dbms_xmlgen.getxmltype('select dname "DeptName", loc "Location" from dept') dept_xml from dual
    DEPT_XML                                                                       
    <ROWSET>                                                                       
      <ROW>                                                                        
        <DeptName>ACCOUNTING</DeptName>                                            
        <Location>NEW YORK</Location>                                              
      </ROW>                                                                       
      <ROW>                                                                        
        <DeptName>RESEARCH</DeptName>                                              
        <Location>DALLAS</Location>                                                
      </ROW>                                                                       
      <ROW>                                                                        
        <DeptName>SALES</DeptName>                                                 
        <Location>CHICAGO</Location>                                               
      </ROW>                                                                       
      <ROW>                                                                        
        <DeptName>OPERATIONS</DeptName>                                            
        <Location>BOSTON</Location>                                                
      </ROW>                                                                       
      <ROW>                                                                        
        <DeptName>SALES</DeptName>                                                 
        <Location>MUNICH</Location>                                                
      </ROW>                                                                       
    </ROWSET>                                                                      
    1 row selected.

  • How to change the management agent to use new management service ?

    RDBMS Version:: 10.2.0.3
    Operating System and Version:: AIX 5L
    OEM Console Operating System and Version:: AIX 5L
    Configuring the Management Agent to Use a New Management Service
    Hi,
    I am trying to change the management agent to use new management service using following process.
    1. Stop management agent.
    2. Change in file Agent_home/sysman/config/emd.properties
    For values REPOSITORY_URL and emdWalletSrcUrl and emdWalletDest
    3. Delete all the files in the following directories:
    AGENT_HOME/sysman/emd/upload/
    AGENT_HOME/sysman/emd/state/
    4. Start the management agent.
    ./emctl status agent is showing the new URL for management server (OMS).
    But I am not able to locate the new host on the Web console at the OEM console where it is changed to.
    Can you suggest me workaround for the same?
    Thanks
    Dilipkumar Patel

    Hi,
    I am getting following error when trying to upload.
    tb152 /appl/oracle/oem/10.2.0/bin> ./emctl upload agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..
    tb152 /appl/oracle/oem/10.2.0/bin>
    Regards
    Dilipkumar Patel.

  • How to change the style of icons used on the tool bars mainly the forward and backwards arrows

    Hi .
    There always used to be a way of changing the look of firefox the arrowws ect at the moment i have just outline type arrows for forwards and backwards i would far rather have the older Green arrows far easier to see and look far better how do i cange this now
    This is on Firefox 9.0.1 64 bit on Arch Linux current

    Ok well this has only recently happened that the arrows have gone to these horrible outline things i use themes and personas but this is a new effect so looks like ity is down to canning either themes or personas because those arrows are to put it politely disgusting

  • How to change the sequence that VL10 use for sales order during DN creation

    We are using VL10 for DN creation , VL10 is executed in  background as a batch job ..... we have created a variant and have given range of shipping points for which we want to create  the Deliveries.
    What we want to understand is that how SAP standard code for VL10,  sorts the sales orders for which the delivery are to be created using VL10?
    we would like VL10 to process the sales order which belong to same shipping point in some order....so that delivery needs to be created for the first sales order rather than last sales order for a given shipping point....
    Is there any sort order that SAP follows to pick which order it will consider for delivery creation ....first over the other sales order where the shipping happens to be same ?  if yes then is there any way we can change it  ?
    Any guidance is appreciated
    Thanks
    Rajey

    We are facing the same problem and are running at 4.7.
    There are orders with the same goods issue date and if so, it should be sorted by order no.
    Nevertheless, it does not sort it by order no but we could not find yet what the sort criteria is if it runs in the background and how to change these rules.

  • How to change the JCA JNDI dynamically using FTP Adapter

    We have 5 FTP Servers, each having a directory to poll. We have created 5 CCI instances for these FTP Adapters in the FTPAdapter deployment. We created a BPEL process and using FTP Adapter to connect to above mentioned servers.
    Question: Customer's requirement is to use a single BPEL process to poll all these FTP Servers at a specified date and time. How can we connect dynamically to each FTP server at specified time.
    (OR)
    Is there any way to change the JCAJNDI dynamically in a FTP Adapter configuration ?
    I have seen that FTP Adapter POLL doesnt take any JCA JNDI/hostname/un/pwd/date/time dynamically.
    Regards
    Pavan

    Hi Pavan,
    It's possible to change the JNDI dynamically but only when you use put operation where you can control the JNDI name at the time of invoking the FTP Adapter as described in below link.
    Dynamic JNDI in FTP Adapter | jca.jndi property not picked by Adapter
    However, can you consider using BPEL process with SyncRead (and read files through all the JNDIs in a loop) and scheduling this BPEL process to a desired frequency?
    Regards,
    Neeraj Sehgal

  • How to change the name of ipod using the newest version of itunes

    I just downloaded the newest version of itunes and bought another ipod to hook up.  I would like to change the name of one of the ipods but can't see how.
    Anyone know how to do this.

    Double click on the iPod name in iTunes.

  • How to change the Product master details using BAPI

    Hello Friends,
    I need to change the few fields in product master like Safety Stock Method, Service Level (%) etc,
    can any one tell BAPI or any Function module to change Product Master.
    Thanks in Advance ,
    Ravi

    Hi,
    using this BAPI you can create or change products
    BAPI_PRDSRVAPS_SAVEMULTI2     - Create or Change Products
    Thanks
    sreeni

  • How to change the color of Data Markers in Bar chart

    Hi All,
    In OBIEE 11G, I have Bar chart with 4 measures, each measure is set to a color using Style properties of Graph. Now i want to change the color of the Data markers matching to the Bar color. Which means Bar and Data marker value should be set to same color.
    Please guide me on this.
    Thanks,
    GJ

    Here's a picture that may help in following Ian's instructions:
    I clicked on a green column to select the series as shown.
    Then this:
    Turns into this and you can click Style:
    SG

  • How to enable the shadow option in my 3D pie chart?

    I am using Numbers 09 and have created a pie chart.  I see that the 3D pie chart has a dark black shadow on it and I want to be able to change that color of the shadow. When I click on the both the full chart or just a slice of the pie chart the "Shadow" bar is greyed out on both the Graphic inspector AND the Chart inspector window.  Can I do this? If so, how?
    Thank you for you help in advance..
    News guy..

    I do not believe this is possible in Numbers 2.x (the previous version of Numbers)
    One work around is to place a circle with a shadow behind the pie chart:
    Will look like this:

  • How to change the search provider when using the Firefox Home Button Search feature?

    In Firefox itself I have configured duckduckgo as my default search provider.
    But when I use the Firefox Home Button Search it is always set to google and I do not see any option to change that?
    I like the Firefox Home Button Search (or whatever it's called) otherwise, but it's annoying that it does not use the default from Firefox.
    I use the Google Now Launcher.

    ''philipp [[#answer-704494|said]]''
    <blockquote>
    ...usually it will be enough to switch the default engine in firefox back and forth once to work around the issue...
    </blockquote>
    Thank you, problem resolved

  • Changing the email address iphoto uses?

    can anyone tell me how i change the email address iphoto uses to share??
    thank you

    sorry, the system was down for some time.
    If you are mailing using "iPhoto" you will see mail stationary like this.
    Use the "From" menu to select the account you want to mail from. That will set the default address to the address set in the selected account.
    Use the "Preferences > Accounts" tab to set the default address for your Mail accounts. Click "+" to add an account, if necessary.
    If you'd rather use a different Mail program then iPhoto's stationary, set the menu to "Mail" or your preferred mailer. Then you select the default mail address in the preferences of your mailer.

  • How to change the default "Safe" files in Safari?

    I would really appreciate if anybody could teach me how to change the default "Safe" files using AppleScripts, Folder Actions or .plist files. I really would like to have some files to open automatically after download, specially .pps files, and safari doesn't recognize such files as "safe". I tried to find out reading the help files but got lost.
    I posted a reply in an old topic for somebody who seemed to know, but it was not related to that topic, so I decided to open a new one.
    I'll be gratefull for any help. Thanks.

    Hi MDRC,
    Have a read of [this topic|http://discussions.apple.com/thread.jspa?threadID=1237961] to see if that helps.

Maybe you are looking for

  • Help! Trouble Rendering 16:9 footage in AE, and playing it in Premiere Pro!

    I have two issues: #1. I've spent hours searching for a solution to this dilemma, and I've only managed to come across "similar" problems other people have been having... However, I still cannot fix my problem. Basically, I've been editing some foota

  • Iphone 4s Choose a Network is greyed out, how can it be resolved

    I have been experiencing this issue for 3 days now. I am worried that my data will be way too much for my budget. I went to Apple Retail store today at Fairview Mall but have missed the time of my appointment and was told that the next booking they h

  • How to mark a retroactive items on report (pe51)?

    Hi friends, I need to mark the items related to a retroactive in the pay report using tx pe51. Something like this: wage      Description                                      amount. 9999       xxxxxxxxx                                       999,99 9

  • Problem in physical inventory

    Hello Experts, We created 80 physical inventory documents to count almost 4000 materials, but we realized that it is not possible to count all 4000 materials in one day so we decided to count it over the period in 8 phases. So, we deleted the 80 phys

  • Should we go for 1 powerful server or many smaller ones?

    Hi Oracle Gurus :) In a nutshell: -> We have 15 prod server and 15 live servers, all dual cpus dual core on win32 using named user licensing (entreprise). -> Each time we get a new client we get 2 new servers: 1 prod, 1 live. -> Average CPU usage on