subtitle.margin.topNumber(default: 0)

The top margin of the subtitle.

Example - set the chart subtitle top margin

<div id="chart"></div>
<script>
$("#chart").kendoStockChart({
  title: {
    text: "Title"
  },
  subtitle: {
    text: "Subtitle",
    margin: {
      top: 10
    }
  }
});
</script>
In this article
subtitle.margin.top
Not finding the help you need?
Contact Support