Open HeuristicLab-Trac-Bot opened 10 years ago
I don't understand the reasoning for the data types completely.
Either we work with IEnumerable
where each Point is basically a Dictionary<string, double>, or we work with IEnumerable<IEnumerable > where each point is either a double, DateTime or string value.
That was a suggestion by mkommend to have a possibility to group points to different series. The simpler approach would be to have only a single series represented by an IEnumerable
. Both implementations are able to satisfy several requirements I often have regarding visualization. For me the more important matter would be to have correct handling of DateTime values, though that is more tricky to implement. The tag is also somewhat important since I often want to view all dimensions of a certain point. We discussed that it's probably enough to assume that there is some kind of IContent behind each point.
Issue migrated from trac ticket # 2151
milestone: HeuristicLab 3.3.x Backlog | component: Analysis.Views | priority: medium
2014-02-04 14:14:20: @abeham created the issue