Within a Chart I have a StartPoint
and EndPoint
. Those Points
create a line between them and a rectangle. Alongside this line I want the rectangle to be green and become transparent at the corners.
The gradient should preserve the points on resize of course. Somehow I really cannt figure out how to do this, it really drives me crazy.
Thanks for your help.
edit: If i use @Sheridans solution if will look like this:
Hope this helps.
I have edited lineseries template using BlurBitmapEffect and I have added one more polyline with same Points so that we can achieve BlurBitmapEffect.
for eg.
xaml
c#
Result
Update add this in lineseries template.