Customizing markers in legend for a multi-series chart


https://www.nevron.com/Forum/Topic7984.aspx
Print Topic | Close Window

By Steve Cover - 11 Years Ago
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
By Nevron Support - 11 Years Ago
Hi Sandeep,

Unfortunately you cannot modify the legend marker style shape from the designer. The only way to achieve this is to use custom code to reconfigure the legend based on the point shape assigned to the series.