Table of Contents

IExcelChart.SetChartAxis Method

Sets the options for either the primary or secondary pair of axis.

Syntax

Unit: FlexCel.Core

procedure IExcelChart.SetChartAxis(axis: IChartAxis); virtual; abstract;

Parameters

<-> Parameter Type Description
axis IChartAxis Pair of axis we want to set the options.

See also