edelcom Report post Posted December 13, 2006 I have a multi series line chart with only two data points per series. Per default these two points are displayed at the left edge and the right edge of the chart. Can I move them away from these vertical lines. Thanks, Erik Share this post Link to post Share on other sites
Pallav Report post Posted December 13, 2006 You can set the padding using canvasPadding attribute of <chart> element as under: <chart canvasPadding='20' ..> This attribute takes a pixel value. Share this post Link to post Share on other sites