Table of Contents

TXlsxChart.SetChartOptions Method

Sets the chart options of a specific subchart inside the chart. Note that while a chart can have multiple subcharts inside (for example one pie subchart and one line subchart), normally there is only one subchart and so the SubchartPos parameter is normally 1.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsxChart.SetChartOptions(const subchartPos: Integer; options: IChartOptions);

Parameters

<-> Parameter Type Description
const subchartPos Integer Position of the subchart (1 based)
options IChartOptions Options to set in the subchart.

See also