Table of Contents

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

Namespace: FlexCel.Core

public abstract Int32 SubchartCount { get; }

See also