I can create Chart view showing pass or fail but I need something which also shows a blur red color behind the bar indicating an intense bad situation base on the data , as example you can see in the attached image. Is it possible using WPF toolset?
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 02 Jun 2021, 06:37 AM
Hello Roushan,
To achieve your requirement, you can use RadCartesianChart with two BarSeries - one for green and one for the red bars. In order to place the bars one on top of the other, you can set the CombinMode property of the series to Stack. Then you can use the DefaultVisualStyle of PointTemplate property of the series in order to apply a Shadow effect that represents the blurriness behind the red bars.