series property

Gets the collection of series of the chart. Read-only.

Implementation

ChartSeriesCollection get series {
  return _series;
}