Barchart Category Label Sizing

I'm having an issue with label sizing on a barchart that I have created.  Basically, the labels are reduced to such a size that they are unreadable.  I've done plenty of reading and tried so many things that I've kind of lost count now, but I was wondering if anyone else had experienced a similar problem or had any ideas about how I might get around it.  I've looked at the obvious things such as fontsize throughout the chart component, axisrenderer, labelrenderer, etc without any effect.
The chart is pretty straight-forward.  I've created it as a component with no particularly flashy add-ons.  the code is below...
<?xml version="1.0" encoding="utf-8"?>
<mx:BarChart xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" fontSize="10">
<mx:Script>
import mx.core.Application;
import mx.collections.SortField;
import mx.collections.Sort;
import mx.collections.ArrayCollection;
import mx.charts.*;
import mx.collections.ArrayList;
import mx.charts.chartClasses.IAxis;
private function percFormat(labelValue:Number, previousValue:Object, axis:IAxis):String {
    return round.format(labelValue * 100)+" %";
private function commaFormat(labelValue:Number, previousValue:Object, axis:IAxis):String {
    return commasep.format(labelValue);
</mx:Script>
<mx:CurrencyFormatter id="curr" currencySymbol="$" useThousandsSeparator="true" precision="0" /> 
<mx:NumberFormatter id="commasep" thousandsSeparatorFrom="," precision="0"/>
<mx:NumberFormatter id="round" precision="2"/>
<mx:SeriesSlide id="Slide" duration="1000" direction="right" />
<mx:SeriesInterpolate id="Interpolate" duration="1000" />
<mx:Stroke id="axisStroke" color="#909090" weight="2" alpha="1" caps="round"/>
    <mx:verticalAxis>
        <mx:CategoryAxis id="vertAxis" categoryField="segment"/>
    </mx:verticalAxis>
    <mx:horizontalAxis>
        <mx:LinearAxis id="horAxis" autoAdjust="true" labelFunction="commaFormat"/>
    </mx:horizontalAxis>
    <mx:verticalAxisRenderers>
        <mx:AxisRenderer axis="{vertAxis}" showLabels="true" axisStroke="{this.axisStroke}"/>               
    </mx:verticalAxisRenderers>
    <mx:horizontalAxisRenderers>
        <mx:AxisRenderer axis="{horAxis}" placement="top" axisStroke="{this.axisStroke}"/>        
    </mx:horizontalAxisRenderers>
    <mx:series>
        <mx:BarSeries yField="segment" xField="{Application.application.sellerHL_chartView}" showDataEffect="Interpolate" creationCompleteEffect="slide"/>
    </mx:series>
</mx:BarChart>
If anyone has any thoughts, it would be greatly appreciated.
Thanks,
Neil.

Anyyone got a clue on this one?

Similar Messages

  • Category labels fail to update in column and bar charts

    I originally posted this comment in another thread (Re: Category labels fail to update). I thought I should repost it, as the issue still exists after installing SP1 Fix Pack 2 (version 5.1.2.0), and it wasn't clear from the previous thread that the problem had been logged.
    If you have a bar chart or stacked bar chart, the category labels do not update with the underlying data when you have the "Horizonal (Value) Axis Labels" box unchecked. Same effect with a column chart if the "Vertical (Value) Axis Labels" box is unchecked.
    I'm getting around the problem in the meantime by keeping the box checked but changing the font size to zero, which reduces the labels to small dashes, and then using a font colour that matches the background as much as possible.
    ... by the way, another issue I see in this same area is that although there are separate checkboxes in charts for choosing whether to display titles and subtitles,  it is not possible to select just titles - both checkboxes appear to be locked together.
    - Peter

    Hi Tammy,
    I didn't regard #2 as bug - in fact I thought it was helpful to be able to set the size to zero as a workaround to the problem outlined in #1.
    Regarding #3, if this is by design, then I'd suggest that it's a poor design choice to have checkboxes next to both titles and subtitles, since this implies that they should be able to be separately controlled.   
    Something else I've noticed with this formatting area is that the position and offset controls are disabled, and there doesn't appear to be any way to use them.  It would be very helpful to be able to use these to move the position of chart titles.  In a dashboard I'm currently building, we have a large stack of charts sized very small, to attempt to resemble the 'sparkline' concept.  But the chart titles are so high, it's not clear which chart they refer to (they look like they might refer to the chart above it).   As a result, I've had to remove the chart titles and place independent labels over top of each chart to be able to position them closer to the chart's display area.
    Peter

  • My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    http://discussions.apple.com/thread/3418045?tstart=60

  • Radar plot with category label changed

    Hi
    I tried this example vi, Line Graph (Excel).vi, with some modification as shown in the attached picture. I changed the plot to a xlRadar. After I run the vi, I got the result as shown in another attached picture. I would like to know how to change the font size of the Category Label programmatically in my vi.
    Thank you & Regards
    Lee
    Attachments:
    test 2 - vi.JPG ‏61 KB
    test 2 - result (modified).JPG ‏173 KB

    Lee,
    I thought that the example would work the same with the line graph and the radar graph, but it looks like I was mistaken.  I attempted to drill down to the property nodes and change the font size there, but this was unsuccessful.  Digging into the lower level VIs which the Set Graph Font VI calls, I could not find a way to do this either.
    The problem stems from the Axis Type input on the Set Graph Font VI.  The options are xlvalue, xlcategory, and xlseriesaxis.  Certain scale types cannot be used with certain chart types. For instance, xlSerisAxis cannot be used with any chart type because it is only supported in 3D charts (which we do not support in RGT). Further, xlCategory is only valid with the xlXY charts and xlBubble charts--which the radar graph is not part of.
    Therefore, you won't be able to change the category label font size with the built in functionality of the RGT.  Since the RGT uses ActiveX calls to Excel to manipulate the graphs, if you wanted to build in this functionality, you could do so with ActiveX.  Your best source for this would be the MSDN.
    Please let me know if you have any more questions.
    Regards,
    Craig D
    Applications Engineer
    National Instruments

  • Dynamic Category labels in chart components

    When the data is dynamically changing, how do we handle variable category labels in chart components?

    Found the answer :). There is this option of ignore blank cells under behavior->common tab..

  • How to Change Chart Category Labels(X) Alignment?

    Hello,
    Does anyone know of a way to change the alignment of category labels in a line chart in Xcelsius?
    The default appears to be vertical, but I have some long category labels that completely compress the chart, is there a way to angle the labels, wrap the text, or make them display horizontally?
    Thanks for looking,
    Gary

    Hello
    It s is not possible. we can expert this one the next relase of xcelius 2010.
    Thanks
    Santhosh V

  • SSRS Radar Chart change category label color

    Hello, 
    Recently my client asks me to change the category label color in a radar chart. They want the label show different colors as demanded.
    Ex. question 1 to question 4 : Orange
    question 2 to question 8 : Green
    question 9 to question 12: Blue
    I've tried every expression I know (iif, switch...etc), nothing works.
    Does someone has an idea about that?

    Hi Isabel.zy,
    t find a property that can control the color of category group label in Radar Chart. It seems that the feature is not supported in current release of Reporting Services.
    If you have any concerns about this function in Reporting Service, I would suggest you submitting a wish at
    https://connect.microsoft.com/SQLServer/Feedback. Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software
    and services the best that they can be, and you can learn about and contribute to exciting projects.
    Thanks for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Getting BEx query header data into Xcelsius for line chart Category Labels?

    Hello - Is it possible to get header data from BEx queries into Xcelsius so they can be used for Category Labels in a line chart?
    We have a BEx query that displays 16 weeks of shipment trends by column and text variables are used to display the respective date selection for each of the weeks in the query header but When connecting QaaWs to Xcelsius, the header row does not get displayed.
    When using LiveOffice, the header row seems to come thru with the correct dates for each of the weeks but if you are stacking more than one connection than you will get an extra header row for each connection.
    Are there any tricks to hide a header row in a LiveOffice document?
    Is there anyway to display the header row from QaaWs in Xcelsius?
    Any other work arounds?
    Thanks,
    Derek

    Derek,
    Below are my inputs...
    -->Using QAAWS you will not be able to get the header data, so you will have to maintain header data manually in Xcelsius (Spreadsheet).
    -->Using Live office you will be able to get the header data, and if you are using multiple live office connections, then you need to use cell reference formulas and format the spreadsheet (Xcelsius) as you require.
    -Anil

  • Category labels fail to update

    Hi,
    I have two charts which which are updated via a web service they are set to update using a cell value trigger, a combo box is attached to the cell and when the value changes the data is refreshed, both charts update but the category labels on the second chart fails to update although the bar chart is refreshed and the legends show the new values that should be seen in the category labels. Why are the new values not reflected in the labels? If I point a single value control at the same data the value is updated!
    Regards,
    joe

    I'm observing a similar issue (version 5.1.1.0, build 12.1.1.344).
    If you have a bar chart or stacked bar chart, the category labels do not update with the underlying data when you have the "Horizonal (Value) Axis Labels"  box unchecked.  Same effect with a column chart if the "Vertical (Value) Axis Labels" box is unchecked.
    I'm getting around the problem in the meantime by keeping the box checked but changing the font size to zero, which reduces the labels to small dashes.

  • When I select photos, the albums are listed. However, the first album is covered over by the category label and cannot be selected. The other albums are visible and can be selected.

    When I select Photos, the albums are listed. However, the first album name is covered over by the larger "Album" category label. I cannot select that first album. The other albums listed lower work just fine.  Thank you.

    Hi,
    Try resetting your iPod:  http://support.apple.com/kb/HT1430. 
    Hope this helps! 
    ---likeabird---

  • How to have category labels of 2 charts as 1 common for both the charts

    Mudassar
    Is there a possibility where in we can have a single data label (category ) for the both charts output as below

    Hi Mudassar,
    In order to meet your requirement, we can hide the other chart’s label to work around the issue. Please refer to the following steps:
    Right-Click the second chart label, select Vertical Axis Properties.
    Click Labels in the left pane, select “Hide axis labels” option.
    Then, Right-Click the chart area, select Chart Properties.
    Click Border in the left, hide the corresponding border of the chart.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Chart category labels

    I made a bar chart and the labels are longer. I would like to have them be diagonal instead of horizontal, which is the auto setting. Numbers seems to make every other one disappear, because otherwise they would write over each other. If they are at an angle, then you could see the whole label. Is there a way to do that?

    Hi Suzanne,
    Edit: Alternate route:
    Select the chart, then click on one of the labels to select the box containing them.
    Open the inspector and choose the Metrics Inspector (ruler icon).
    The Rotate control is at the bottom of the inspector pane. Use the jogging dial, enter the rotation in degrees counter clockkwise in the box, or use the stepper control on the right of the box.
    Regards,
    Barry
    Message was edited by: Barry

  • Category Axis Label Alignment

    I want to know if we can modify or adjust the alignment of the Category Axis labels (for the x-axis).
    My situation is as follows: I have a column chart on which I want my Category axis labels (for each column). I have put them in an angle to help reading them. They are currently "centered" wrt their respective columns. It makes it hard to associate the label to the appropriate column because the end of the label aligns with the center for the next column.
    Can I either move the Category Axis Label text box? or change the alignment per se? In Excel for example, the text would be aligned such that the end of the text matches the center of its column.
    Thanks

    celine_l wrote:
    Can I either move the Category Axis Label text box? or change the alignment per se? In Excel for example, the text would be aligned such that the end of the text matches the center of its column.
    No. This appears to be a design error in Numbers, and worthy of a Feature Enhancement request.
    Go to the Numbers menu, choose Provide numbers Feedback, and request that this behaviour be changes to have the ends of the rotated category labels centered on the column they label. Then cross your fingers and hope for a change in a futre version.
    Regards,
    Barry

  • Best practice calling only records belonging to a category

    This is one of those questions that should be simple and straightforward. I am just not sure how to implement.
    Here is what is working currently:
    I have an app that adds, updates, deletes, and plays video clips from a mySQL database, specifically using the "videoclips" table. Each video has a unique ID (videoID). Each video belongs to one of two categories: (videocategory) "Youtube Video", or "Yahoo Video". I also have a table named "video_category" with a primary id of "videocategoryID"  I use the "video_category" table for a cfselect form input to populate the "videocategory" field of the "videoclips" table.
    This all works nicely, but here is one of my hangups and the first part of my question: I am not sure if I should create and populate a videocategoryID field in the "videoclips" table, and I don't know the best way to setup and match the videocategoryID in the "videocategory"table. My database is currently a "myISAM". Should I be using "innoDB" and foreign keys to match up tables, and will this solve the problem of populating the videocategoryID in two separate tables? Yes I know this seems more SQL related, but please read on.
    There are two different directions I am considering and need help implementing:
         1. I would like to know how to select and pass mutiple videos belonging to a specific category and display them on a page named for that category "youtubvideo.cfm", or "yahoovideo.cfm".
    or this option:
         2. I would like to add a formfield on the same page as the videos table where I can select the category and post back to the same page with the results, i.e. the specific category videos.
    I am generating bean, DAO, and Gateway cfc's from the wizard. Using the gateway method, I am able to display all of the videos, and select a specific video to play.  Here are snippets of the page:
    videopage.cfm
    <!---player defaults to first clip in the database--->
    <cfparam name="url.videoid" default="1">
    <!---gets all videoclips--->
    <cfscript>
        qVideoclips = CreateObject("component", "myvideoapp.Components.VideoclipsGateway").getAllAsQuery();
    </cfscript>
    <!---gets all videocategories--->
    <cfscript>
        qVideoCategory=CreateObject("component", "myvideoapp.Components.video_categoryGateway").getAllAsQuery();
    </cfscript>
    <!---gets the specific video selected from clicking the Details link--->
    <cfset videoComp=CreateObject("component", "myvideoapp.Components.videoclipsGateway")>
    <cfif isdefined("url.videoID")>
    <cfset video=videoComp.getById(url.videoID)>
    <cfelse> No data matches this query
    </cfif>
    <body>
    <!---table that displays the videoclips--->
    <!---When details link is selected, the page refreshes with the selected videoID ready to play--->
    <cfoutput query="qVideoclips">
                  <tr>
                    <td>#qVideoclips.currentrow#</td>
                    <td>#qVideoclips.videocategory#</td>
                    <td>#qVideoclips.videosubject#</td>
                    <td>#qVideoclips.videotitle#</td>
                    <td>#qVideoclips.videocomments#</td>
                    <td><a href="videopage.cfm?videoID=#qVideoclips.videoID#">Details</a></td>
                  </tr>
                </cfoutput>
    <!---below is the category selection form - I would like this to post back to this page with the above table showing videos from the selected category--->
    <fieldset id="cflayoutleft">
            <legend id="cflayoutleftLegend">Categories</legend>
            <cfform>
            <p>
              <label class="top" for="videocategory">Video Category</label>
              <cfselect name="videocategory" id="videocategory" query="qVideoCategory" value="videocategoryname" display="videocategoryname" selected="#video.getvideocategory()#"></cfselect>
            </p>
            <p>
              <cfinput type="hidden" name="videocategoryname" value="#video.getvideocategory()#" validateat="onSubmit">
            </p>
            <div class="submit">
            <p>
              <cfinput type="submit" name="Submit" class="submit" id="Submit" value="Submit">
            </p>
            </cfform>
            </fieldset>
    <!---video player--->
    <cfoutput>#video.getvideoembed()#</cfoutput>
    Keep in mind, I don't have a category ID yet.
    So in summary,
    I want to display only the videos from a selected category.
    I need to know if I can pass a string, which means I could use one table and pass the categoryname; I just don't know how.
    If I can only pass "videocategoryID" I would need to create and populate a field in the "videoclips" table called videocategoryID.
    I already have a table called video_category table. How can I incorporate it to get the field populated in the "videoclips" table?
    I hope this is clear. Help would be greatly appreciated!
    Thanks,
    Marty P
    MP e-commerce

    There are a couple of options here if you need to get proxy disabled
    1) pinhole with an ACL that allows dhcp to pass your internal servers
    2) run dhcp on a switch, router, or firewall in the dmz
    3) if you are using a cab,e modem or dsl for the guest users, you can let that do the dhcp
    In general I've seen most of these in play, but I like option 2 myself
    Sent from Cisco Technical Support iPad App

  • How to clear the 'Other' category in my Blackberry Curve memory?

    So, I have found that on my device memory, 50% of the memory is being used. That's fine of course - I have a ton of pictures and loads of music, so it only makes sense - but I recently found that 26% of that 50% is being used up by a white category labeled "Other".
    Seeing this, I cleared /everything/. Everything to do with my browser, the languages I didn't need deleted off of my phone, the documents I didn't need, all but one of my games (brickbreaker) and nearly all uneeded files.
    After doing all this, I checked the memory again, and found that the "other" category had gone /up/ by 1%. So I'm really puxxled by that and it's bugging the hell outta me.
    Anyone know how else I can clear this "other" category?
    P.S
    My memory statistics are as follows:
    Music: 20%
    Pictures: 2%
    Ringtones: <1%
    Other: 27%
    Free: 49%
    Halp please.

    I've tried all these and Firefox still won't load the current image. I know it's there because Internet Explorer does load it. Is there anything else I can try or look at?

Maybe you are looking for

  • I have a printer j4680

    please I own an hp laptop with vista 64 bit and I order a new laptop hp with win 7 can i use the wireless printer on both laptop

  • Need urgent help on how to compare the user profile and process form attributes

    Hi All, We have a requirement  where after editing the  user profile attributes we have to compare the currently modified user  profile attributes and the existing      process form attributes and based on the differences we have to update the  proce

  • Problem with JMS stores in 8.1 sp2

              Hi           Everytime I use the wizard to create a JMS server/Queue and a store I get this           kind of error. Am not able to figure out why this happens - why is the store assigned           to this           <WSReliableDeliveryPolic

  • Missing archive at DR site

    We have standby configured for our production database. Today when I checked the DR I found that the DR is not in sync with primary. Reason: One of the archive is missing at DR site,because of which rest of the archives are not applied. That particul

  • Re: timecode w/ fce from kjr55,

    I'm running fce 4