[]
Represents a collection of chart data point objects.
public interface IChartDataPointCollection : IEnumerable<IChartDataPoint>, IEnumerable
| Name | Description |
|---|---|
| CategoryCount | Gets the number of categories in the data point collection. |
| Count | Gets the number of category*series cells. |
| this[int, int] | Gets the two-dimensional array of data points in the chart. |
| SeriesCount | Gets the number of series in the data point collection. |