I was wondering if there is any functionality inside the Charting Framework that allows me to check if a SeriesChartType is compatible with any other given SeriesChartType. Perhaps either a direct check against two specific SeriesChartTypes or a method which, when given a single specific SeriesChartType, will return a list of ones which are compatible.
Is this functionality stored anywhere or would I need to implement it myself?
(Also asked this on the official forums)