getDetailsForSeriesDatum abstract method

DatumDetails<D> getDetailsForSeriesDatum(
  1. SeriesDatum<D> seriesDatum
)

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);