syncfusion/flutter-examples

Provide legend initial visibility state param

bismarabia opened this issue · 1 comments

Is there a way to specify the initial visibility state of legend?

As an example, I want Product B and Product C to be initially invisible, the user can later decide to toggle its visibility state.

image

Ok, it seems possible by using initialIsVisible of ChartSeries class
I am closing this for now.