0

I am working with kendo bar chart/ column chart, I am displaying the category axis and value axis title in x and Y axis, i am able to see the title being set.

The issue is the title is very close to the lines of x and y axis, Is there any way i can provide some spacing between the title and the lines in bar chart?

Help needed

user1076698
  • 691
  • 3
  • 10
  • 21

1 Answers1

0

Just use labels.margin property in chart config. Here is API Reference.

Jarosław Kończak
  • 3,387
  • 2
  • 19
  • 36