I am developing an application which shows a lot of series in an XYChart. To simplify reading the diagrams, it is possible to enable and disable series. A disabled series is invisible.
Currently I have to remove / add the series from the chart. In case all series are removed, I add a dummy series to keep the x-axis data type Date.
A flag at the series objects, which just skips the series from being painted and being visible in the legend would help me a lot.
Would it be possible to implement this?
I am developing an application which shows a lot of series in an XYChart. To simplify reading the diagrams, it is possible to enable and disable series. A disabled series is invisible.
Currently I have to remove / add the series from the chart. In case all series are removed, I add a dummy series to keep the x-axis data type Date.
A flag at the series objects, which just skips the series from being painted and being visible in the legend would help me a lot.
Would it be possible to implement this?