ExcelChartDataPointsCollectionItem Property |
Gets the data point at the specified zero based index in collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartDataPoint this[
int dataPointIndex
] { get; }Public ReadOnly Default Property Item (
dataPointIndex As Integer
) As ExcelChartDataPoint
Get
Parameters
- dataPointIndex Int32
-
Property Value
ExcelChartDataPoint
See Also