Tarik Ziyad
Tarik Ziyad

Reputation: 39

XY chart labels are exceeding the chart boundry

When I have some values in the XY chart, some column label locations' are exceeding the boundary of the chart, like in the image, how can I suppress that?

enter image description here

Upvotes: 0

Views: 63

Answers (1)

zeroin
zeroin

Reputation: 6025

You can solve this by either increasing paddingRight of the whole chart or by setting axis.maxLabelPosition = 0.98 which would result last label to be hidden.

Upvotes: 1

Related Questions