Table of Contents

TXlsxChart.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.XlsAdapter

function TXlsxChart.SeriesInSubchart(const subchartPos: Integer): Integer;

Parameters

<-> Parameter Type Description
const subchartPos Integer Number of the subchart. (1 based)

See also