C
C#5mo ago
Shade

WPF LiveCharts

Using WPF LiveCharts 2 I set the XAxes by hand but they are taking too much space. Tried couple of things but nothing worked to make them stay closer. Bars are okay but their labels are spread out too much. How can I fix it?
No description
No description
2 Replies
Casianm8
Casianm85mo ago
Try to use MaxBarWidth = 30 in pixels And remove padding using Padding = new Padding(0), @Shade
Shade
ShadeOP5mo ago
Nope didn't work but thanks for reply. Problem is about labels, bars fit to the screen.

Did you find this page helpful?