Hi,
It would be very useful if the Perspective XY Chart could provide a way to check which series or Y-axes are currently enabled or disabled (greyed) in the chart legend.
Currently, when users toggle series visibility via the legend:
- There is no exposed property, binding, or event to determine the enabled/disabled state of each series (In backend - On chart able to see the hide n show charts).
Being able to access this state would allow:
-
Dynamic Y-axis scaling based only on visible series
-
Conditional formatting or data processing for enabled series
-
Simplified logic for multi-axis charts with toggled visibility
For charts with multiple Y-axes, users may toggle series visibility. The Y-axis range, formatting, or data processing should dynamically adjust based on only the enabled/visible series.