How to zoom chart region....

Can anyone please guide me to zoom in/ zoom out for Chart regions.
I tried this below code in chart XML:
*<y_axis>*
*<zoom enabled="true" inside="true" start="65" end="95" />*
*</y_axis>*
of the particulart chart region by enabling USE CUSTOM XML but it doesnt work can any one please guide me ...?????
Regards,
Manoj
Edited by: 882468 on Oct 13, 2011 2:27 AM

Hi yann,
thnx for ur reply,
i have done what u have written but i didn't meet my requirement..
let me explain what i need exactly
as of now my application is like this..
i have a html region in that i have select list(P6_LIST) and go button
and chart region.
chart query is like this..
SELECT your_value
FROM your_table
WHERE your_value = :P6_LIST
AND ...
how it is working??
when user sign into my application, user can see html region with 'select list and go button' and chart region with 'no data '.
when user select a value in select list and click on go button automatically chart region will be dispalyed with chart.
what i wanted to change is..
when user sign into my application, user can see html region with 'select list and go button' and no chart region
when user select a value in select list and click on go button then only user can see chart region with chart.
plz help me how to do it.. :)
thnx in Adv.
Edited by: moulani on Nov 4, 2011 12:05 PM

Similar Messages

  • How to display chart region based on select list in html region ?

    Hi all,
    i'm using 4.0.1.00.03 apex version,in a page i have 2 regions one is html and another one is Chart region.in html region i have a select list and button.when user sign into my application select list have some values in that page,user select's a value and clicks on the button then chart will be displayed.my query is when user first sign into my application i want to dispaly chart region when only select list is selected and clicks on the button.can any one guide me on this.
    thnx in Adv.

    Hi yann,
    thnx for ur reply,
    i have done what u have written but i didn't meet my requirement..
    let me explain what i need exactly
    as of now my application is like this..
    i have a html region in that i have select list(P6_LIST) and go button
    and chart region.
    chart query is like this..
    SELECT your_value
    FROM your_table
    WHERE your_value = :P6_LIST
    AND ...
    how it is working??
    when user sign into my application, user can see html region with 'select list and go button' and chart region with 'no data '.
    when user select a value in select list and click on go button automatically chart region will be dispalyed with chart.
    what i wanted to change is..
    when user sign into my application, user can see html region with 'select list and go button' and no chart region
    when user select a value in select list and click on go button then only user can see chart region with chart.
    plz help me how to do it.. :)
    thnx in Adv.
    Edited by: moulani on Nov 4, 2011 12:05 PM

  • Display Dynamic HTML beside Flash Chart in Chart Region

    Hello,
    I have a vertical 3D flash chart with some categories I,II,IV... on x-axix. I have to show a legend beside the chart dynamically depending on the categories displayed like (I - PC, II - TV, IV-Laptop....) First I tried to do this with static data. I modified, Region Source of Chart region to include the legend. I am successful to create a table & put some static html code. Now I want this to be dynamic.
    I found that with shotcuts I can put dynamic HTML code. I created shortcut with PL/SQL & successfully displayed them in a 'HTML REGION WITH SHORTCUTS', but I want that in Chart Region, not as a separate region. Shortcut is not working in Chart region.
    How can I achieve this? Is there a way to call a process or substitution string or some thing from Chart Region to display my legend dynamically beside the chart.
    Experts any hint is appreciated.
    Sowji.

    Experts,
    Can you please give any hint how this can be achieved? If I keep the dynamic legend as HTML with Shortcut region, the width & height are not matching with the chart region as it is dynamic. Also, I am unable to combine both 'chart' & 'html with shortcut' region to look like one region. So I am looking for options to insert the dynamic html in to chart region.
    Sowji.

  • Chart region with percentage complete

    Using APEX 4.1.0.0.23
    Oracle 11g database
    I am sure the answer is really easy but I can't seem to figure out how to create this chart region.
    I will have a data set which looks like this
    USERID VARCHAR(30)
    QUESTIONS_CORRECT NUMBER
    TOTAL_QUESTIONS NUMBER
    Where the data might look like
    JONES, A 10 20
    FLINTSTONE, F 18 20
    RUBBLE, B 6 12
    The page the user will be looking at will be for themselves (RUBBLE, B for example).
    I want to show a region which shows their percentage correct (50%) on a pie chart - basically a visual reference instead of showing them a number.
    So my query would be something like:
    Select questions_correct/total_questions from userdata where userid = :P5_USERID
    How do I get this represented in a chart region?
    Thank you in advance!
    --Seattle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    SleepDeprivedInSeattle wrote:
    That is part of it - but how do I turn the percentage into a Flash (or HTML) pie chart which would show the pie chart as being 50% complete. My users are, um, computer-slow and they respond better to pictures than numbers...Have you tried creating a chart region?
    Edited by: fac586 on 19-Mar-2013 19:07
    One way of writing the chart series query:
    with test_data as (
      select 'JONES' userid, 10 correct, 20 questions from dual
      union all
      select 'FLINTSTONE', 18, 20 from dual
      union all
      select 'RUBBLE', 6, 12 from dual)
    select
        null link
      , 'Correct' label
      , correct / questions * 100 value
    from
        test_data
    where
        userid = :p2_userid
    union all
    select
        null
      , 'Incorrect'
      , (questions - correct) / questions * 100
    from
        test_data
    where
        userid = :p2_userid
    order by
        label

  • Drill down: new page appears in chart region

    I have a PL/SQL generated SVG chart with drill down to a report page.
    The chart region is calling the procedure from an <embed> command.
    However when drilldown is performed, the report page displays inside the chart region on the initial chart page, rather than replacing the chart page with the report page.
    How can I force the drill down URL to replace the whole page rather then put the chart inside the chart region?
    Thanks,
    Roland

    This worked for me:
    select 'f?p=&APP_ID.:1:&SESSION." target="_top' link
    , label
    , value
    from...

  • How to improve chart formatting in Web Intelligence reports

    Hi guys,
    I've implemented dashboard reports in Web Intelligence. The problems is the chart's region was truncated when they can't fit in the box. How can I increase region size and present these chart beautifully?
    Thanks,
    Chai

    I moved your question to the Web Intelligence discussions.

  • New Flash Chart Region Crashes Browsers

    Hi, I have an application to which I'd like to add a new flash chart region. However, whenever I try to follow the wizard to add the flash chart region, I cannot get past the step where you select the type of chart without crashing my browser. This happens in IE6, Firefox 3, and Chrome, even if I take all the defaults.
    I have Flash Player 10 installed (new computer). This has worked in the past, but it no longer works for me. My colleague has no problem using Adobe Flash 9.
    Thank you, Wolf Moritz

    Hi, for some reason I was able to resolve this issue, but I'm not sure exactly how or why. I spent hours on this problem, but this morning it works.
    I uninstalled Adobe Flash using their uninstaller (for the third time), then installed Flash 9 for Windows and tested it in IE6 - and it worked fine. Then I was prompted to install the Flash plugin in Firefox 3 (which downloaded Flash 10), which in turn upgraded my Flash for windows, too.
    Now it all works. However, I'll take a look at Flash Tracer, sounds like a useful tool.
    Thanks, Wolf Moritz

  • I want to set a maximum size for pictures when FF shows websites. How can i do that? NO I DONT MEAN "HOW TO ZOOM".

    I have FF 34 but this problem has been there for a lot of earlier versions. On many webpages there are pictures that cover my whole screen, and I want to set maximum size for showing images on webpages.
    I ONLY wanr to change the maximum size of the images, AND IAM NOT asking about how to zoom the webpage.

    Do you want to hide large images or merely make them smaller by setting a max-width and max-height?
    You would probably have to use JavaScript (bookmarklet) to achieve this reliably.
    There are bookmarklets to make large images fit in the window to avoid a horizontal scroll bar
    You can try this code in the <b>userContent.css</b> file (adjust the max-width accordingly).
    *http://kb.mozillazine.org/userContent.css
    <pre><nowiki>img { max-width: 1024px !important; height: auto !important; }</nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    *Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    *Use a plain text editor like Notepad to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
    *Paste the code in the userContent.css file in the editor window
    *Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userContent.css.<br>Otherwise Windows may add a hidden .txt file extension and you end up with a not working userContent.css.txt file

  • How to Zoom in and Out on PDF files in Safari?

    Safari help is not helpful since it gives inaccurate information on how to Zoom in and Out on a PDF file that has opened in Safari. The help says to control click the page and choose the zooming level you desire. However control clicking the PDF file in Safari brings up a save page box. I tried some of the other keys with clicking and they did not work. Thanks in advance to those who helped me save a PDF file to the desktop so I can view in Preview.- But often I just need to be able to zoom in to read the tiny text that is displayed.

    Thanks for getting back to me-
    the website I am trying to zoom into a PDF on is:
    http://www.beedocuments.com/software/Timeline/screenshots.html
    I click on one of the screenshots- it loads into a safari window.
    When I control key click on the image- a pop up menu comes up asking me to save the image to deskotp- add it my image library and 2 other save options. No zoom in or Zoom out. I only have an apple pro mouse and my track pad- so right clicking isn't an option.

  • How to create a region which should float in a page . (Like as windows cal)

    Hello Friends
    Using
    Apex Version 4 +.
    Oracle database 11g.
    How to create a region which should float in a page .
    ie i can move that region inside that page anywhere like as windows calculator.
    Can anyone please help me.
    Thanks in advance
    regards
    Edited by: A on Apr 13, 2011 1:48 AM
    Edited by: A on Apr 13, 2011 1:48 AM

    Hi,
    You can use a jQuery dialog.
    http://docs.jquery.com/UI/Dialog
    e.g. create html region, just say you give the region static id: floating-region, make it hidden by adding attributes: style="display: none;"then do like: $('#floating-region).dialog();
    I made another post on steps to create a dialog. See: {message:id=9506160}
    Ta,
    Trent

  • How to change report region fields in read only mode?

    How to change report region fields in read only mode?
    skud.

    add the following javascript fuction to page header(or Javascript function and variables section)
    function disableItems(pRegionStaticId,pDisableFlag) {
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    pRegionStaticId is the region's static Id+
    Note that this code specifically disables only application arrays. Disabled items are not available after submission (and hence are different from readonly) . But any page javascript can modify disabled or readonly items(client side), so you must check at the server side to validate the data.
    You can disable items using
    disableItems('MY_REGION_ID' ,true);and enable them by passing false
    disableItems('MY_REGION_ID' ,false);

  • How to zoom in model to add and subtract layer after a degree

    How to zoom in model to add and subtract layer after a degree

    Hi SionReaver.
    Here is a link to the webcam's support page. It includes the user guide and contact information if any issues arise.
    support page
    I hope this helps.
    -- Chauntain
    I work on behalf of HP.
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS THUMBS UP on the left to say “Thanks” for helping! .

  • How to create Chart

    Hi pals,
    Im trying to implement a jsp application which is capable of creating charts dynamically,
    The thing i need to know is how to create chart application in jsp.?

    Have a look to JFreeChart and subprojects such as cewolf

  • How to Develope Charts in Oracle 10G Forms

    hi
    i want to design charts in 10G forms DS. but i could not find chart builder in 10G.
    please help me how to design charts in 10G Forms.
    thanks.

    You would probably use a Java Bean for this. See otn.oracle.com/products/forms and under teh 9i sample code is a graphing bean demo which is part of the downloadable demos.
    Regards
    Grant Ronald
    Forms Product Management

  • How to Zoom and Pan in the program window.

    Hi,
    I have been using scale to adjust larger than 4K image sequences so they fit 1080 and 4K output. I want to be able to zoom in and pan/tilt the program window so I can see the edges of the program window close up, so I can see to make a fine adjustment of scale. I want to be able to adjust scale precisely so I don't lose a single pixel, or include any black around the edges of the images. Of course I can't see the edges close up enough while looking at the entire image, to really see if I have scaled too much or too little. I know how to zoom in the program window, but how do I pan over to the side and bottom edges ? Without being able to pan I instantly lose the edges of the frame when I zoom in the program window.

    Perhaps this will help it make sense to you.
    I am taking tme lapse sequences shot on a DSLR and putting them onto Blu Ray disks for viewing. I also outputted a 4K file to try to play at Best Buy on a 4K television. The images are  4928 X 3280 pixels, which is larger than 4K, and much larger than 1080. One of the advantages of using these large images directly and not reducing them in Photoshop first is that I can have a time lapse zoom, which is very difficult to achieve otherwise. I can also pan and tilt. Another advantage is not having to reduce thousands of images three times, once for 1080, once for 4K, and once for stills..
    I usually work with 1080 video, and animated 1080 still sequences from Maya, or standard definition video. This is the my first opportunity to work with higher resolutions.
    Generally, for my first evaluation of these DSLR stills, i wanted to show some of them fully without cutting any off. This means there is a black border onthe sides because the DSLR stills are 2:3 instead of 9:16. For this I have used a scale of 32.6% for 1080, and 66% for 4K. For some sequences i wanted to just completely fill the frame. For this I used 38.9% for 1080, and 77.9% for 4K.
    My assumption is that Premier should do scaling as well as Photoshop does, and so  I have let Premier do the work, saving me a lot of extra work. First i take all the original images and process them from raw to tiff, for the day exposures. Then i process them again for the night exposures. Then i bring them into either my 1080 project, or my 4K project. I put the night pictures above the day pictures on a separate video track. I use opacity to dissolve from the day to night processed images as night falls inthe scene.
    Two sequences I shot are of the night sky during the recent meteor shower. After watchign the video I see i caught three instances of persistent meteor trails distorting in the sky. I was able to zoom in quite a bit, and track the position, because the sequence is of greater resolution than the native 1080 format. It gives me a second change at composition, or the ability to zoom in on something interesting that happens in the scene.
    It seems to me that the only reason i would want to first process the images down to 1080 in Photoshp, would be if the quality of the scaling was higher in Photoshop.
    When i adjust the scale, I am adjusting the scale of an image that is 4928 X 3280, in the program monitor which is probably only well less than 1000 pixels on my screen. It would be nice if I could not only zoom, but pan in the program window, so I could more accurately adjust scale by looking at the edges. So if there is no other way to do this visually, I am suggesting adding the ability to pan and tilt in the program monitor to accomplish this. Sure I could figure out the scale mathematically. I could still end up adding a row of black pixels, or cutting off a row of image pixels, due to some error such as rounding errors, or starting with 1 instead of zero, or vice versa.

Maybe you are looking for

  • Unable to boot from my USB Flash Memory Device

    Hi there, I recently purchased a macbook pro with the lion 10.7.2 firmware. I am experiencing problems with my USB Flash memory as when i plug it in it comes up fine on the desktop and i can browse it. The problem is that when i open up an applicatio

  • JSP -- how to pass a variable

    Hi, I am relatively new to JSP/Java and am currently trying to figure out how to pass a value gotten from running a query into another query. My code is below .. I am trying to pass 'tsid'. For simplicity I have hard-coded some values. I have tried 2

  • Regarding Screen Painter object modification adjustment in SPAU

    Hi all, We are upgrading SAP 4.6 C to ECC 6.0.I have query related to SPAU transaction. <b>How do we adjust the modification for Screen in SPAU transaction. The traffic light in front of  screen object is Green.</b> I have gone through the help.sap.c

  • I followed all the steps but my still don´t recognize my iphone

    I followed all the steps but my still don´t recognize my iphone the steps that you have in your web but doen´t work what can i do thanks

  • Plug Ins for Orchestra work

    What are the plug-ins you find work best for orchestra production (I use VSL), and do you tweak the standard settings on them to produce the most realistic sound?