paneDefaults.margin.topNumber(default: 0)

The top margin of the chart panes.

Example

<div id="chart"></div>
<script>
$("#chart").kendoChart({
  paneDefaults: {
    margin: {
      top: 15
    }
  },
  series: [
    { name: "Series 1", data: [1, 2, 3] }
  ]
});
</script>
In this article
paneDefaults.margin.top
Not finding the help you need?
Contact Support