I have a chart with many data series, each with their own Y-Axis. Initially i set the data series to hidden to stop the chart being filled with all the Y-Axes but when the data series is selected from the legend i want to show the Y-Axis for that data series and hide again when deselected.
What i would also like to do is limit the number of data series visible at one time, is this possible?
- Alex Whiteley asked 5 years ago
-
Hi Alex, did you close this question or did we? Do you still need assistance?
-
Hi Andrew, I managed to achieve the Y-Axis functionality with DataSeries.OnPropertyChanged event where i set the Y-Axis visibility to the data series visibility setting, however if there is inbuilt functionality available it would be good to know this setting. If there is a way to limit the number of visible series from the legend, it would be good to know also. Thanks
- You must login to post comments