IExcelChart.SeriesInSubchart Method
Returns the number of series on each subchart. Note that this property only works in xlsx files: In xls files it will always return 0.
Syntax
Unit: FlexCel.Core
function IExcelChart.SeriesInSubchart(const subchartPos: Integer): Integer; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
subchartPos |
Integer |
Number of the subchart. (1 based) |
See also