title.visibleBoolean
(default: false)
The visibility of the title.
Example
pseudo
$("#chart ").kendoChart({
title: {
// hides the title
visible: false
},
//...
});
In this article