Hello,
I’m trying to include a legend modifier for a collection of LineRenderableSeriesViewModel, everything works fine except I’m not able to set the series Name to show in the legend, because this view Model doesn’t have a Name property to set so all I get is the series markers (and visibility checkboxes but don’t really need those), does someone know how to show these names?
I tried extending said ViewModel with a custom one adding a Name property but didn’t work.
Thanks a lot,
Marco
- Marco Bilardi asked 10 months ago
- You must login to post comments
Hi Marko
The LegendModifier
takes the series name from DataSeries.SeriesName
Does that help?
Best regards
Andrew
- Andrew Burnett-Thompson answered 10 months ago
- You must login to post comments
Hi Andrew,
yes I did that way, my bad i didn’t realize the name came from the dataseries rather than the RenderableSerie, thanks a lot for the answer!
Best regards,
Marco
- Marco Bilardi answered 10 months ago
-
You’re welcome!
- You must login to post comments
Please login first to submit.