operator [] method

ChartSerie operator [](
  1. dynamic index
)

Indexer of the class

Implementation

ChartSerie operator [](dynamic index) => innerList[index];