ExcelChartDataPointsCollection Class

Represents a collection of data points in a chart series

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartDataPointsCollection : IEnumerable
Inheritance
Object    ExcelChartDataPointsCollection
Implements
IEnumerable

Properties

All Gets a data point representing all the data points in the collection. The settings of this data point are applied to all the data points in the collection.
Count Gets the number of data points in the collection.
Item Gets the data point at the specified zero based index in collection.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also