getDetailsForSeriesDatum abstract method
Get an expanded set of processed DatumDetails
for a given SeriesDatum.
This is typically called by chart behaviors that need to get full details on selected data.
Implementation
DatumDetails<D> getDetailsForSeriesDatum(SeriesDatum<D> seriesDatum);