a_goodgirl Report post Posted April 18, 2014 Hello! Property "canvasPadding" set the space between the canvas border and first & last data points. How to set this space (between the canvas border and first & last data points) on the Y axis in pixels (without using yAxisMinValue and yAxisMaxValue)? Share this post Link to post Share on other sites
Sanjukta Report post Posted April 19, 2014 Hello! Property "canvasPadding" set the space between the canvas border and first & last data points. How to set this space (between the canvas border and first & last data points) on the Y axis in pixels (without using yAxisMinValue and yAxisMaxValue)? Hi, Please note that padding would not be much helpful here. This gap is because of you data point's value being less than the Y-axis maximum value displayed on the chart. Hence, you can either set the datapoint value to equal the Y-axis max value or set the "yAxisMaxValue" to be equal to the largest value in your data. Hope this helps. Share this post Link to post Share on other sites