shapes.content.lineSpacingNumber

The line spacing of the content text.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
      content: {
        text: "Line 1\nLine 2\nLine 3",
        lineSpacing: 1.5
      }
    }]
});
</script>
In this article
shapes.content.lineSpacing
Not finding the help you need?
Contact Support