getDataByIndex method

Implementation

BarLineScatterCandleBubbleData? getDataByIndex(int index) {
  return getAllData()[index];
}