Removes the specified Subtitle from array of Subtitles.
var chart = new CanvasJS.Chart("container", { . . subtitles: [{ //First subtitle }, { //Second subtitle }, . ] . . }); chart.render(); chart.subtitles[0].remove();
Also See: