Sign in to follow this  
PerkinsMaine

Bar2D Data Values

Recommended Posts

I have a Bar2D chart, and the maximum value data label appears inside the bar which I would prefer to display to the right of the bar (as do all my other data values)

I have attempted the following:

  • Set placeValuesInside='0'
  • Set xAxisMaxValue to a value significantly higher than my max value
  • Resizing the chart

None of these appear to have any effect.

Any thoughts?

Share this post


Link to post
Share on other sites

To maintain formatting uniformity, the parameters of the axes are spatially inverted in bar charts. That is, x-axis in referred to as the y-axis and viceversa. Thus, could you please try setting yAxisMaxValue to a suitably high value and confirm if it is working?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this