Hi,
Is there any way to add margin and spacing to the chart axes. Basically I want some space between Y-Axis line and edge of Canvas.
Can that be controlled by CSS or any other way ??
Hi, sanjaysutar
This aspect can be controlled with the help of the leftMargin option of the igDataChart, or with the LeftMargin() method of the DataChart MVC helper. The value passed is the amount of space b/n the left edge of the canvas and the chart content.
Cheers, Lazar