TXlsChart.GetSeries Method
Returns a series definition.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsChart.GetSeries(const index: Integer; const getDefinitions: Boolean; const getValues: Boolean; const getOptions: Boolean): IChartSeries;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the series you want to return. (1 based) |
const |
getDefinitions |
Boolean |
If false, this method will not return the series formulas, so it will be a little faster. |
const |
getValues |
Boolean |
If false, this method will not return the series values, so it will be a little faster and use less memory. |
const |
getOptions |
Boolean |
If false, this method will not return the series options. |
Returns
series description.
See also