markerMargin: Number

Sets the margin between marker and text of each item inside legend.


Default: Automatically calculated based on the chart size.
Example: 4,12 ..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 legend:{
  .
  markerMargin: 4,
  .
 },
 .
 . 
});
chart.render();


Try it Yourself by Editing the Code below.

  Also See:    



If you have any questions, please feel free to ask in our forums.Ask Question