state.area.margin.rightNumber

The right margin of the chart area.

Example

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