Actually I found the solution for the max value, I just change my value if it is more than max to the max value. The problem with minimum still exist. having value for example 60 for the stacked chart and maximum=50 minimum=10
I will change my value to 50 . but for some reason if the minimum value is not 0 it won't display the bar ! --- In [email protected], "alex" <[EMAIL PROTECTED]> wrote: > > Hi, > > Encountered a strange problem... > I want to limit the vertical axis in stacked ColumntChart , the > problem is that if one of the series is more than the maximum it > won't show it, only the series that are below the max ! > Is it possible that the series which is above the max value will be > shown only until this max value ? > > Thank you ! >

