Hi Petar,
Yes, the categorical axis has the 'GapLength' property which removes the gap between bars when we set it to 0.
But is there any way to remove the gap between bars using scattarpointseries with point template (illustrated by the following code):
<telerik:ScatterPointSeries.PointTemplate> <DataTemplate> <CanvasWidth="1"Height="1"> <RectangleCanvas.Bottom="-10000"Width="10"Height="10000"Fill="Blue"/> </Canvas> </DataTemplate></telerik:ScatterPointSeries.PointTemplate>