messages.chart.barObject

Specifies the text of the bar chart panel.

Example

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