messages.chart.pieObject

Specifies the text of the pie chart panel.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    messages: {
        chart: {
            pie: {
                expandText: "Pie Chart Options",
                description: "Create circular pie charts"
            }
        }
    }
});
</script>