AshokKumaresan

Members
  • Content count

    32
  • Joined

  • Last visited

Everything posted by AshokKumaresan

  1. truncate data to fit y-axis

    Hi, This is not possible since yAxisMaxValue will be ignored if the input value provided is greater then yAxisMaxValue . Hope this helps.
  2. MSCombiDY2D ignoring y axis max and min values

    Hi, Please use pYAxisMaxValue and pYAxisMinValue instead of yAxisMaxValue and yAxisMinValue. Find the JSFiddle: http://jsfiddle.net/y3H2G/520/ for the same. Hope this helps.