Group: Forum Members
Last Active: 11 Years Ago
Posts: 2,
Visits: 1
|
Hi.
I have created a Point-chart with multiple series determined based off of a grouping expression. I used SSRS style switch statement to customize the markers for the series under "Shape:" and "Values Grouping Editor".
=SWITCH( Fields!Field.Value="None","Line Diagonal Cross", Fields!Field.Value="ABC","Inverted Pyramid", Fields!Field.Value="DEF","Line Cross" )
This works fine. But, I couldn't find a place where I could set this expression in order to customize the legend as well! Now, I see the same marker for all three series under the legend.
Any ideas?
Thanks,
Sandeep
|