messages.chart.columnObject
Specifies the text of the column chart panel.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
messages: {
chart: {
column: {
expandText: "Column Chart Options",
description: "Create vertical column charts"
}
}
}
});
</script>