Profile Picture

Customizing markers in legend for a multi-series chart

Posted By Steve Cover 11 Years Ago
Author
Message
Steve Cover
crazy Posted 11 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

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




Similar Topics


Reading This Topic