Table of Contents

IExcelChart.GetChartAxis Method

Returns the axis information for this chart. Note that this might be more than one, if the chart has a secondary axis.

Syntax

Unit: FlexCel.Core

function IExcelChart.GetChartAxis: TArray<IChartAxis>; virtual; abstract;

See also