Click or drag to resize

ExcelChartDataPointsCollection Class

Represents a collection of data points in a chart series
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelChartDataPointsCollection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelChartDataPointsCollection : IEnumerable

The ExcelChartDataPointsCollection type exposes the following members.

Properties
 NameDescription
Public propertyAll 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.
Public propertyCount Gets the number of data points in the collection.
Public propertyItem Gets the data point at the specified zero based index in collection.
Top
Methods
 NameDescription
Public methodGetEnumerator Gets the collection enumerator
Top
See Also