KDAB / KDChart

A Qt tool for creating business and scientific charts. This is the canonical repository for KDChart.
https://www.kdab.com/kd-chart/
Other
139 stars 37 forks source link

Fix alignment of labels in legends #52

Closed LorenDB closed 11 months ago

LorenDB commented 11 months ago

Previously, KDChart would calculate a bounding rectangle for the text and then center that in the space provided for the text. This meant that setting a text alignment essentially had no effect. Now KDChart will take advantage of all available space for aligning text.