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