state.series.labels.visibleBoolean|Function(default: false)

If set to true the chart will display the series labels. By default chart series labels are not displayed.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        series: [{
            labels: {
                visible: true
            }
        }]
    }
});
</script>
In this article
state.series.labels.visible
Not finding the help you need?
Contact Support