ChartLegendEntriesColl
Count Property
 | 
Gets the count of data points in the chart. If the chart type requires data points for the legend, it returns the number of points in the first series. Otherwise, it returns the total count of series and their trend lines.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public int Count { get; }
 
Public ReadOnly Property Count As Integer
	Get
 
public:
virtual property int Count {
	int get () sealed;
}
 
abstract Count : int with get
override Count : int with get
 
 
 
Return Value
Type:
Int32
The count of data points in the chart.
Implements
IChartLegendEntries
Count
 
See Also