Page 1 of 1

TeeChart .NET For Blazor Nested Legend Series

Posted: Tue Dec 17, 2024 3:20 pm
by 15695569
Hello,

I am wondering if it possible to group legend series under a category.
Here is an example.
LegendCategories.PNG
LegendCategories.PNG (5.64 KiB) Viewed 1069 times
Thanks

Re: TeeChart .NET For Blazor Nested Legend Series

Posted: Thu Dec 19, 2024 3:49 pm
by edu
Hello,

TChart Blazor doesn't offer a way to create groups of series in the legend.
However, through custom code (js) you can decide which series are active at a time. This way you could have, for example, a function that activates some series and hides the other ones, completely up to you.


Best regards,
Edu