Hi Vince,
Regarding “The chart is rendered with gaps between the ColumnSeries . Is it possible to remove the gaps? ”
You can remove the gaps between the columns by setting Width property of ColumnSeries as 1 as shown in the below code snippet.
Regarding “Is it possible to position the ColumnSeries behind each other (the idea is to make the color of the front ColumnSeries a bit transparant so you can still see both ColumnSeries)?”
You can position the ColumnSeries behind each other setting SideBySideSeriesPlacement property of SfChart as false as shown in the below code snippet.
|
chart.SideBySideSeriesPlacement = false; |
Please let us know, if you need any further assistance.
Regards,
Divya Venkatesan