TXlsChart.AddSeries Method
Adds a series to the chart.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsChart.AddSeries(value: IChartSeries): Integer;
Parameters
<-> |
Parameter |
Type |
Description |
|
value |
IChartSeries |
Definition of the new series |
Returns
Index of the newly added series.
See also