Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Column series Numeric Y Axis - Set values
posted

Hi, I have a basic column series with a numeric y Axis. I have it set on a 20 interval and I am displaying the specific values on top of the columns. However, since the y-axis values are automatically generated, sometimes the chart is not high enough to show the number of my tallest column. Please see attached example. the top column value is cut off. How do i force the y axis to be bigger than what was generated?

thanks,

-Steven

Parents
  • 30945
    Verified Answer
    Offline posted

    Hello Steven,

     

    Thank you for your post. I have been looking into your question and I can suggest using the MinimumValue and MaximumValue properties of the NumericYAxis. You can add two double properties to you view model that will return the minimum and maximum of the range of your data and you can bind the MinimumValue and MaximumValue properties of the NumericYAxis to those properties. I have created a sample application for you, that shows how you can implement this approach.

     

    Please let me know if you need any further assistance on the matter.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    AxisMinMaxValueBinding.zip
Reply Children