labelPlacement: String

labelPlacement allows you to place stripline’s Label either inside or outside of plotArea.


Default: “inside”
Options: “inside”, “outside”

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisX:{
    stripLines: [{
        .
        labelPlacement:"inside",
        .
    }]
},
 .
 .
});
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

Comment

  1. Pingback: CanvasJS Chart 1.8.1 goes GA - CanvasJS