ExcelChartDataPointsCollectionItem Property |
Gets the data point at the specified zero based index in collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartDataPoint this[
int dataPointIndex
] { get; }
Public ReadOnly Default Property Item (
dataPointIndex As Integer
) As ExcelChartDataPoint
Get
Parameters
- dataPointIndex
- Type: SystemInt32
Property Value
Type:
ExcelChartDataPointSee Also