labelAlign - Aligns Strip Line Label in Axis X | CanvasJS Charts

labelAlign: String labelAlign allows you to place the stripline’s Label far, center or near the axis. Default: “far” Options: “far”, “center”, “near” var chart = new CanvasJS.Chart(“container”, { . . axisX:{ stripLines: [{ . labelPlacement: “inside”, labelAlign: “far” . }] }, . . }); chart.render(); Try Editing The Code   Also See:     label labelPlacement labelWrap labelMaxWidth