Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6695805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:15:58+00:00 2026-05-26T06:15:58+00:00

I have a neat chart that is rendering overlaid columns with values in excess

  • 0

I have a neat chart that is rendering overlaid columns with values in excess of 6000 but my vertical axis stays at 0-100, as if my dataProvider was being ignored.
The problem here is with “msAxis”
autoAdjust didn’t change anything. Do I need to force its values manually?

<mx:ColumnChart xmlns:fx="http://ns.adobe.com/mxml/2009" 
                xmlns:s="library://ns.adobe.com/flex/spark" 
                xmlns:mx="library://ns.adobe.com/flex/mx"
                width="100%" height="100%"
                dataTipFunction="formatDataTip"
                fontSize="12" 
                showDataTips="true"
                initialize="init()"
                >
    <mx:horizontalAxis>
        <mx:CategoryAxis id="haxis" 
                         categoryField.time="t" 
                         categoryField.exchange="x" 
                         title.time="Time"
                         title.exchange="Exchange"
                         labelFunction.time="renderTime"
                         labelFunction.exchange="renderExchange"
                         />
    </mx:horizontalAxis>
    <mx:horizontalAxisRenderers>
        <mx:AxisRenderer axis="{haxis}" canDropLabels="true"/>
    </mx:horizontalAxisRenderers>
    <mx:verticalAxisRenderers>
        <mx:AxisRenderer axis="{msAxis}" 
                         placement="left"
                         canDropLabels="true"/>
        <mx:AxisRenderer axis="{oAxis}" 
                         placement="right"
                         canDropLabels="true"
                         />
    </mx:verticalAxisRenderers>
    <mx:series>
        <mx:ColumnSet type="overlaid">
            <mx:verticalAxis>
                <mx:LinearAxis id="msAxis" autoAdjust="true" />
            </mx:verticalAxis>
            <mx:series>
                <mx:ColumnSeries 
                    xField.time="t" xField.exchange="x" 
                    yField="ml"
                    fill="{sc_red}"
                    displayName="Max Latency"
                    showDataEffect="{interpolateIn}"
                    />
                <mx:ColumnSeries 
                    xField.time="t" xField.exchange="x"
                    yField="al" 
                    fill="{sc_blue}"
                    displayName="Average Latency"
                    showDataEffect="{interpolateIn}"
                    />
            </mx:series>
        </mx:ColumnSet>
        <mx:LineSeries yField="o"
                       displayName="Orders"
                       showDataEffect="{interpolateIn}"
                       >
            <mx:verticalAxis>
                <mx:LinearAxis id="oAxis" interval="1"  />
            </mx:verticalAxis>
        </mx:LineSeries>
    </mx:series>
</mx:ColumnChart>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:15:58+00:00Added an answer on May 26, 2026 at 6:15 am

    I think you should affect your series to their corresponding axis using the verticalAxis property.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database that has lots of data and is all neat, normalized
I have a feeling I'm missing something obvious, but... All my neat jQuery functions
So I have this neat little javascript function that I'm using to print text
I have recently learned that you can use a neat switch statement with fallthrough
I have been working with the Trello API (pretty neat, btw), but I can't
I have a neat little javascript data grid and I want people to be
I have never found a neat(er) way of doing the following. Say I have
I have been thinking about a neat way of load balancing and one thing
I have just been looking into Linq with ASP.Net. It is very neat indeed.
A lot of newer sites have neat-o sign up forms. I do c++/java dev,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.