TSeriesOptionsList.Add Method Adds a new option to the list. If the option is null, nothing will be done. Syntax Unit: FlexCel.Core procedure TSeriesOptionsList.Add(const Options: TChartSeriesOptions); Parameters <-> Parameter Type Description const Options TChartSeriesOptions Options to add. See also TSeriesOptionsList