Table of Contents

ExcelChart.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

Namespace: FlexCel.Core

public abstract void SetChartOptions(Int32 subchartPos, TChartOptions options)

Parameters

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

See also