Class DataPointCollection
Inheritance
System.Object
DataPointCollection
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataPointCollection : IEnumerable<DataPoint>
Properties
Item[Int32]
Declaration
public DataPoint this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| DataPoint |
Methods
GetEnumerator()
Declaration
public IEnumerator<DataPoint> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<DataPoint> |