paneDefaults.margin.bottomNumber(default: 0)

The bottom margin of the chart panes.

Example

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