Increase Bar width in Cluster Barchart?

When I decrease the chart width the width of the bars decrease as well. How do I increase the width of the bars in a cluster barchart while decreasing the width of chart?
I am trying to draw three bars. There is a lot of wasted white space on the chart, so I decrease the chart width. It automatically shrinks the width of the bars. I want the bars to stay big. I do not want them to scale down.
Mike

I will answer my own question.
For the chart series I had set the "Maximum Rows" artificially high to 100 when the query would only be querying 21 rows of data. When the chart is generated, HTML DB scales the width of the bars automatically to reserve enough horizontal space for 100 bars worth of data even if there is only 21.
So all I did was set the "Maximum Rows" to 21 and the width of the bars set correctly.
Mike

Similar Messages

  • Obiee 11g graph how to increase bar width

    Hello,
    obiee 11g: -> bar graph: how to increase bar width ?
    Thank you,
    Ark

    Hi ,
    Create your own bar code type rather than using system Bar Codes , if the length of your code doesn't fit with the standards available under  SE73 . There you can define your own sizes as per your requirement , If you have a stands logic ,for example production order type Z001 should be in 15 lengthy code , then put a condition in the smart form to facilitate it , like wise you could use different lengthy bar codes in single form .
    I hope this is what you meant by your treat.
    Good Luck .
    Cheers ,
    Dilum

  • How to Increase Bar Code width ?

    Dear All,
    I am printing a Bar code and I am getting its width depending upon size of data .
    I am using CODE 128 and I am passing 854540008700547878 .
    I want to fix the bar code width 9cm  ..Currently I am using 6cm width and 150 height .
    And If I increase the width more than 6cm then I got only charater 854540008700547878 not bar code.
    Help wil be appriciated.
    Regards
    Steve

    Hi ,
    Create your own bar code type rather than using system Bar Codes , if the length of your code doesn't fit with the standards available under  SE73 . There you can define your own sizes as per your requirement , If you have a stands logic ,for example production order type Z001 should be in 15 lengthy code , then put a condition in the smart form to facilitate it , like wise you could use different lengthy bar codes in single form .
    I hope this is what you meant by your treat.
    Good Luck .
    Cheers ,
    Dilum

  • To increase the width of Bar in OLE excel bar chart

    Hi All,
    I am using the OLE method to bring the data of my internal table onto an excel sheet in the Vertical Bar graph.
    The data is populated correctly but the width of the bars is very less due to which I am unable to differentiate between different colours.
    How can i increase the width of the bars?
    Here is a piece of my code.
    GET PROPERTY OF gf_application 'Charts' = gf_charts .
      CALL METHOD OF gf_charts 'Add' = gf_chart .
      CALL METHOD OF gf_chart 'Activate' .
      SET PROPERTY OF gf_chart 'ChartType' = '52' . "Vertical bar graph
      CALL METHOD OF gf_chart 'SetSourceData'
      EXPORTING #1 = gf_cells
      #2 = 1.
    Please Help!

    Hi,
    I am trying to increase the width of bars in bar graph developed in 10g reports. I found your thread which says please find in my previous posting.
    I could not find. can you please enlighten me on this question
    You help will be truly appreciated.
    Thank you,

  • Increasing the width of scroll bar

    Hi,
    I have a table which is added to a JScrollPane and a JScrollBar is added.
    How do I increase the width of the JScrollBar?
    I have tried b.setSize..... and no luck :(
            //Create the scroll pane and add the table to it.
            JScrollPane scrollPane = new JScrollPane(table);
            scrollPane.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED);
            JScrollBar b = new JScrollBar();
            scrollPane.setVerticalScrollBar(b);
            //Add the scroll pane to this panel.
            add(scrollPane);cheers
    bobby

    Looks like my day of posting "don'ts" <g>
    OnlyForJava wrote:
    Hi bsbiran ,
    use setPreferredSize on JScrollBar
    Beware that setting any of the setXXSize (with XX = min/max/pref) completely by-passes any size-calculation normally done by the component and/or its ui-delegate. So that's definitely not recommended. Even if it works now it sure will come back to and bite you later.
    @OP: the basic question is: Why do you want to do it? Typically, a component's pref sizing is determined internally based on some state. If you want to augment that internally calculated size, the correct way is to subclass the component, override the getXXSize and add any custom calculation.
    Cheers
    Jeanette

  • How do I increase window width

    I am trying to widen the view window that an HTML snippet appears in. If you look at <http://web.me.com/genemosca/Site/Solar_PV.html> you will see that the snippet window is too wide for the view window and there are no scroll bars to allow one to scroll. However, the view window is too narrow for my browser window and there is filler that appears on either side of the view window.

    You can increase the width of the page in the Page inspector Layout window to wider than the iFrame width of 1000 px and/or add scrolling to the iFrame code....
    scrolling="auto"

  • Bar Chart Bar Width

    I am strugllig hard to have all my bars have a same width. Followig is what the code looks like:
    <?xml version="1.0"?>
    <!-- charts/UsingBarSets.mxml -->
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        xmlns:s="library://ns.adobe.com/flex/spark"
        >
        <s:layout>
            <s:VerticalLayout/>
        </s:layout>
        <fx:Script><![CDATA[
            import mx.charts.Legend;
            import mx.charts.BarChart;
            import mx.charts.series.BarSet;
            import mx.charts.series.BarSeries;
            import mx.collections.ArrayCollection;
            [Bindable]
            private var yearlyData:ArrayCollection = new ArrayCollection([
                {month:"January", label:"January", planned:5000, funded:5000,
                    spent:4000},
                {month:"February", label:"February", planned:7000, funded:6000,
                    spent:7000},
                {month:"March", label:"March", planned:8000, funded:7000,
                    spent:6000},
                {month:"April", label:"April",planned:10000, funded:1000,
                    spent:12000}
            [Bindable]
            private var yearlyData1:ArrayCollection = new ArrayCollection([
                {month:"January", revenue:120, costs:45,
                    overhead:102, oneTime:23},
                {month:"February", revenue:108, costs:42,
                    overhead:87, oneTime:47},
                {month:"March", revenue:150, costs:82,
                    overhead:32, oneTime:21},
                {month:"April", revenue:170, costs:44,
                    overhead:68},
                {month:"May", revenue:250, costs:57,
                    overhead:77, oneTime:17},
                {month:"June", revenue:200, costs:33,
                    overhead:51, oneTime:30},
                {month:"July", revenue:145, costs:80,
                    overhead:62, oneTime:18},
                {month:"August", revenue:166, costs:87,
                    overhead:48},
                {month:"September", revenue:103, costs:56,
                    overhead:42},
                {month:"October", revenue:140, costs:91,
                    overhead:45, oneTime:60},
                {month:"November", revenue:100, costs:42,
                    overhead:33, oneTime:67},
                {month:"December", revenue:182, costs:56,
                    overhead:25, oneTime:48},
                {month:"May", revenue:120, costs:57,
                    overhead:30}
        ]]></fx:Script>
            <mx:BarChart id="myChart"
                         dataProvider="{yearlyData}" showDataTips="true"  width="100%" height="100%" >
                <mx:verticalAxis>
                    <mx:CategoryAxis categoryField="month"/>
                </mx:verticalAxis>
                <mx:series>
                    <mx:BarSet type="clustered" >
                        <mx:BarSeries xField="planned"
                                      displayName="Planned" />
                        <mx:BarSet type="overlaid">
                            <mx:BarSeries
                                xField="funded"
                                   displayName="Funded"/>
                            <mx:BarSeries
                                xField="spent"
                                displayName="Spent"/>
                        </mx:BarSet>
                    </mx:BarSet>
                </mx:series>
            </mx:BarChart>
    </s:Application>

    Take a look at the Bar Chart's barWidthRatio and maxBarWidth styles. They interact with one another,so are a little unpredictable.
    One tactic I use in the case where the bar widths are critical to the design is to set up two horizontal slider and bind the barWidthRatio and maxBarWidth properties to them. Now you can adjust them at run time and watch how they interact, and pick up the most appropriate values to use. Makes it much easier.

  • Multiple Series Cluster Barchart locks up HTMLDB_PUBLIC_USER DB sessions

    I am trying out cluster barcharts. I had a cluster barchart with two series. If I have no ORDER BY clause on the SELECT statements, the chart displays, but the bars are not clustered together correctly. I want all the bars from series #1 together and the bars from series #2 together ...
    When I put an ORDER BY clause on the SELECTs in the two series, no chart is rendered. The chart region is blank. The problem is that the session connected to the database locks up/freezes. I refresh the page and now I have two sessions connected to the database stuck. When I refresh enough times we are unable to run HTML DB. The sessions run until they fill up TEMP tablespace. (I do not know why. The table they are running against only has 9 rows.) I had to go into the database with SQL*Plus and kill the sessions. Once these HTML DB session were killed, I was able to connect to HTML DB.
    Questions
    1) Is this a known problem with cluster barcharts?
    2) How do I cluster the bars for each series together?
    Mike

    Hi,
    if you remove "encryption mode ciphers aes-ccm tkip" from the radio interface does it help?
    it should remain like this:
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers aes-ccm tkip
    ssid WLAN_Corporate
    ssid WLAN_HartKitGuest
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Scroll Bar Width Adjustment

    This is a change suggestion for future releases.
    I would like to see an option to adjust the width of the scroll bars? In the library module, the scroll bars on the far left and far right are too narrow. I frequently miss the scroll bar with my mouse and the entire panel disappears.
    I am currently using Lightroom 2.1 for Windows.

    You guys aren't getting it. What Jeff is asking is HOW TO INCREASE
    THE WIDTH OF THE SLIDER BARS.
    Whether someone thinks "you really don't need to" is irrelevant. We want to center these images at higher magnifications. Just because you can put your cursor
    on the image and use the scroll wheel to make it go up and down doesn't mean you can make the image go right and left at the same time. Personally, I'd like to use the scroll wheel to zoom in and out (done in preferences, yes). But if you've ever tried to place your cursor on these narrow bars before you start
    moving the scroll wheel you know it's hell to hit those things very
    easily because they are barely 1/4" wide.
    So the question remains: How can a user increase the width
    of these narrow little bars? Is there a way to do this?
    rock

  • How to increase the width of the drop down list box in SSRS multi value parameter

    Hi,
    I am using SSRS 2012. I have a parameter, which accepts multi value.
    The width of the drop down list box is very small, and the user need to scroll to the right to view the complete view of the content in the list box. But, if I don't use multi value then the length is good.  Kindly suggest how to I increase the width
    of the list box when it set to multi value parameter.
    Thanks in advance,
    Mahalengam Arumugam

    Hi Mahalengam,
    After testing the issue in my local environment, I can reproduce it. When the values for a single parameter are too long, the drop-down list of the parameter will automatically enlarge to an appropriate size. While the values for a multiple parameter are
    too long, we need to scroll to the right to view the complete view of the content in the list box in SSRS 2008. But in SSRS 2008R2 and SSRS 2012, we can directly drag the black control at the bottom of the list box to control the size.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support
    Hi Katherine,
    Thanks for your reply. I understood we need to drag the list box to a maximum size to view the contents.
    But, this seems an additional task, i know this is a limitation in the current version of SSRS and hope it will be resolved in the next versions.
    Thanks for your efforts,
    Mahalengam Arumugam

  • How to increase the width of the Fluid Grid Layout from 1008px to 1080px?

    Good day all, I'm experiencing a slight problem with Fluid Grid Layout in Dreamweaver CS6. I want to increase it's width so that it could be one with my Photoshop CS6 design (which is 1080px), the problem is that I can't as I am limited to 1008px. How do I increase the width? I ultimately am re-coding my design as my client demanded a responsive design but I'm clueless in that avenue which is why I resorted to re-doing everything under the set & safe default (Fluid Grid Layout) that doesn't require me to udnderstand media queries at an expert level.  

    While Fluid Grid Layout can save you some production time, you still need a good understanding of CSS Media Queries to use it.
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-que ries.html
    CS6 Fluid Grid Layouts (6 min video)
    http://tv.adobe.com/watch/digital-design-cs6/creating-adaptive-designs -using-fluid-grid-layouts-in-dreamweaver-cs6/
    CS6 Fluid Grid layouts (17 min video)
    http://tv.adobe.com/watch/learn-dreamweaver-cs6/using-fluid-grid-layou ts/
    Step-by-Step tutorial -- Building Fluid Grid Layouts in DW CS6
    http://www.adobe.com/inspire/2012/08/fluid-grid-layouts-dreamweaver-cs 6.html
    Instead of fixed-widths in pixels, FLG code is all % based.  It starts with the mobile layout and cascades to tablet, then desktop.  If you want to use fixed-widths in pixels, you must manually change the CSS code for all three devices.
    Nancy O.

  • How to increase the width of Panel Tabbed layout

    How to increase the width of detailed items of a Tabbed Panel ? I have many columns inside a detailed item of tabbed panel i can see only 3 colums ,to see the rest of the column i need to scroll. I tried to set the width but doesnt seems to be working
    <af:panelTabbed id="pt2" inlineStyle="width:800.0px;">
    <af:showDetailItem text="Interview" id="sdi1"
    inflexibleHeight="50"
    inlineStyle="width:800px; border-color:Aqua; border-width:thin;"
    styleClass="AFStretchWidth">
    Is there any way to increased the width of showDetailItem of panelTabbed ?
    Thanks

    Make sure the stretchChildren property of the shoDetailItem is set to first.

  • Increasing the width of Pivot table Columns

    Hi Gurus,
    Small pivot table --> ( ie having less no of columns which generally can be seen in a single page without scrolling to the right)
    If i have a small pivot table , then in the column properties through additional formatting options i can increase the width of an individual column.
    However if the pivot table is Big,I am not able to increase the width of the individual column .
    I tried setting width in the additional formatting options in the Content Properties( just above Rows and below Section there is a small grey box containing finger).
    Now the Content Properties indeed increases the width of the column, but it also increase the width of the whole Pivot Table.
    See...If i have a fixed number of columns in a PIVOT Table that do not change with prompt, then this solution work fine...
    but the problem comes when the no of columns in pivot Table reduces based on the prompt selected.
    In this case the less no of columns tries to occupy the whole width set in the content properties.
    In short, with Content Properties the width of the PIVOT Table becomes fixed, irrespective of the no of columns coming.
    Also after setting content properties, I am not able to print the report to PDF.
    So the Question is... Can we increase the width of a Big Pivot Table whose no of columns keeps on changing based on the prompt....
    Big pivot table -->
    (ie table having no of columns which exceeds a single window frame and have to scroll to right to see the rest of the columns)
    I hope i have not made things messy...
    Thanks
    Ashish

    Ashish,
    Yes, you can set a fixed size for these. I'm sure you are fixing these because of PDF issue which might be irregular in sizes. Just play arnd with Custom CSS options.

  • Bar/Line Chart in IR 9.3.1 how do i change bar widths

    I have a chart with 3 bar and a single line. The problem I am having is that the bar exceed the interval space. The intervals are based on month and the bar overlap into the next internal. How can I reduce the bar width so it fits within the single interval?

    The easiest way is to use the Status-4-Evar add-on. With it you can choose to not display any of the status messages or url hover previews, or display them in the add-ons bar or location bar instead.
    https://addons.mozilla.org/firefox/addon/status-4-evar

  • How to increase the width of the column in Tableview

    Hi ALL,
    How to increase the width of the column in tableview?I have name column where big name is displaying in rows.Does any one have any idea how to increase the width of the column dynamically in tableview.Please respond its little urgent.
    Thanks in advance

    Hi Peter,
    Here is my Dynpage
    package com.ust.jcatotable;     
    import java.awt.Event;
    import javax.resource.cci.MappedRecord;
    import javax.resource.cci.RecordFactory;
    import com.sapportals.connector.connection.IConnection;
    import com.sapportals.connector.execution.functions.IInteraction;
    import com.sapportals.connector.execution.functions.IInteractionSpec;
    import com.sapportals.connector.execution.structures.IRecordSet;
    import com.sapportals.htmlb.DropdownListBox;
    import com.sapportals.htmlb.event.TableNavigationEvent;
    import com.sapportals.htmlb.page.DynPage;
    import com.sapportals.htmlb.page.PageException;
    import com.sapportals.portal.htmlb.page.JSPDynPage;
    import com.sapportals.portal.htmlb.page.PageProcessorComponent;
    import com.sapportals.portal.ivs.cg.ConnectionProperties;
    import com.sapportals.portal.ivs.cg.IConnectorGatewayService;
    import com.sapportals.portal.ivs.cg.IConnectorService;
    import com.sapportals.portal.prt.component.IPortalComponentContext;
    import com.sapportals.portal.prt.component.IPortalComponentProfile;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    import com.sapportals.portal.prt.runtime.PortalRuntime;
    public class Display extends PageProcessorComponent {
      public DynPage getPage(){
         return new DisplayDynPage();
    public static class DisplayDynPage extends JSPDynPage{
         private Object formatFlag;
         public static IConnection connection ;
         private IPortalComponentRequest request;
         private IPortalComponentContext context;
         private IPortalComponentProfile profile;
         private IPortalComponentResponse  response;
         private int visibleRow=1;
         TableBean myBean;
         public void doInitialization(){
                   response = (IPortalComponentResponse) this.getResponse();
                   request = (IPortalComponentRequest) this.getRequest();
                    context = request.getComponentContext();
                    profile = context.getProfile();
                    IPortalComponentProfile profile = context.getProfile();
                    Object o = context.getValue("myBean");
                    if(o==null || !(o instanceof TableBean)){
                       myBean = new TableBean();
                       setBeanFromProfile(profile, myBean);
                       context.putValue("myBean",myBean);
                     }else {
                       setBeanFromProfile(profile, myBean);
                        myBean = (TableBean) o;
                    this.getData();
         public void myOnNavigate(Event event) throws PageException{
              TableNavigationEvent tne = (TableNavigationEvent) event;
              this.visibleRow = tne.getFirstVisibleRowAfter();
              if(myBean!=null)
              myBean.setVisibleRow(new Integer(this.visibleRow).toString());

Maybe you are looking for