Hi Vitor,
Thank you for your interest in Syncfusion Products.
We can change the width of the bars by using the below code snippet.
barcode.NarrowBarWidth=2;
Please let us know if you have any concern.
Thanks,
Karthikeyan.C
Hi Vitor,
We can achieve your requirement by setting Spacing property as per the below code snippet.
Code Snippet[XAML]:
<chart:BarSeries XBindingPath="Distance" chart:ChartSeriesBase.Spacing="0.5" YBindingPath="Elevation" ItemsSource="{Binding Products}">
</chart:BarSeries>
Please let us know if you have any concern.
Regards,
Muneesh Kumar G.
Hi Mario,
We have analyzed the reported requirement for bar width. Currently we are unable to achieve in sample for bar Series. We have CustomTemplate property and its support for column, line, stackingColumn series. We are logged the Feature request for this. Please open incident to get the more details about this feature details.
Note:
You can able to reduce spacing by help of axis Padding or RangePadding property. Please refer below UG link:
http://help.syncfusion.com/ug/wpf/sfchart/default.htm#!documents/axis.htm
Please let us know, if you have any query.
Regards,
Karthikeyan V.