title.textString

The title of the chart. You can also set the text directly for a title with default options.

Example

pseudo
    $("#chart ").kendoChart({
        title: {
            text: "Sales data"
        },
        //...
    });

    $("#chart ").kendoChart({
        title: "Sales data",
        //...
    });
In this article
title.text
Not finding the help you need?
Contact Support