state.area.margin.topNumber

The top margin of the chart area.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    state: {
        area: {
            margin: {
                top: 15
            }
        }
    }
});
</script>
In this article
state.area.margin.top
Not finding the help you need?
Contact Support