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

Nevron Support
Posted 11 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
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.

Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic