Table of Contents

IExcelChart.SubchartCount Property

A chart can have multiple subcharts inside: For example one bar chart and one pie chart. This method returns how many subcharts you have inside the main chart. Note that this property only works in xlsx files: In xls files it will always return 1.

Syntax

Unit: FlexCel.Core

property IExcelChart.SubchartCount: Integer

See also