title.visibleBoolean(default: false)

The visibility of the title.

Example

pseudo
    $("#chart ").kendoChart({
        title: {
            // hides the title
            visible: false
        },
        //...
    });
In this article
title.visible
Not finding the help you need?
Contact Support