This question is locked. New answers and comments are not allowed.
Hi!
I had a requirement wrt RadStackedDataBar that it has to be rounded on the either corners.
I tried the following, but was unable to achieve it
PFA image with the result of the following
Any help on this regard is welcome
BR,
/Nav
I had a requirement wrt RadStackedDataBar that it has to be rounded on the either corners.
I tried the following, but was unable to achieve it
<Border CornerRadius="10,10,10,10" BorderThickness="1" BorderBrush="White" HorizontalAlignment="Left"> <telerik:RadStackedDataBar Height="20" ItemsSource="{Binding CList}" ValuePath="Value" ToolTipPath="ToolTip" ShowToolTips="True" Maximum="100" > <telerik:RadStackedDataBar.BarBrushes> <dataBars:BrushCollection> <SolidColorBrush Color="Red" /> <SolidColorBrush Color="Blue" /> </dataBars:BrushCollection> </telerik:RadStackedDataBar.BarBrushes> </telerik:RadStackedDataBar> </Border>PFA image with the result of the following
Any help on this regard is welcome
BR,
/Nav