TXlsxChart.SetSeries Method
Sets a Series value. Note that for xlsx charts, this will change the **data range** and the **options** of the series. If you only want to change the data range, pass null options to the method.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsxChart.SetSeries(const index: Integer; value: IChartSeries); overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the series to set.(1 based) |
|
value |
IChartSeries |
Series definition. |
See also