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
980
Column location/format in Column Chart
posted

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

I have attached a screen shot of one of my charts. Notice that one of the bars describes a negative number. How do I make it so the X axis is always zero and a negative number will go below and a positive number will be above? Also - notice the numbers on the bars, how can I format that string?

 

Thanks!

Parents
  • 53790
    Verified Answer
    posted

    Hello Elondon,

    Maybe one possible approach to achieve desire behavior is to use ChartTextAppearance and ColumnChartAppearance clasess. Please take a look at the modification that I made in your sample posted at  http://community.infragistics.com/forums/t/61665.aspx 

    elondon said:
    how can I format that string

    You could use the property  ItemFormatString = "<DATA_VALUE:00.00>";
    from your ChartTextAppearance. Please take a look at the notes that I include in the code. Please let me know if you have any questions

    Regards

    WindowsFormsApplication1.zip
Reply Children