By creating a custom scatter series, you mean in my code? It would mean creating a class inheriting from ScatterSeries that would use a IsSelected property on items?
Or maybe I should do it in a fork? Would it be interesting to add this functionality in the core of OxyPlot?
If so, should it be a new ScatterSeries inheriting from ScatterSeries (like "SelectableScatterSeries") or should I add this functionality directly into the ScatterSeries?
Or maybe I should do it in a fork? Would it be interesting to add this functionality in the core of OxyPlot?
If so, should it be a new ScatterSeries inheriting from ScatterSeries (like "SelectableScatterSeries") or should I add this functionality directly into the ScatterSeries?