messages.chart.lineObject

Specifies the text of the line chart panel.

Example

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