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