bevelEnabled: Boolean

Sets the bevel property, which creates a chiselled effect at the corners of a Column Charts and Bar Charts.


Default: “false”
Example: “true”, “false”

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data:[{
   bevelEnabled: true,

  },
 ]
 .
 .
});
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

Comments 4

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