ExcelChartDataPointsCollectionItem Property
Gets the data point at the specified zero based index in collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartDataPoint this[
int dataPointIndex
] { get; }
Public ReadOnly Default Property Item (
dataPointIndex As Integer
) As ExcelChartDataPoint
Get
public:
property ExcelChartDataPoint^ default[int dataPointIndex] {
ExcelChartDataPoint^ get (int dataPointIndex);
}
member Item : ExcelChartDataPoint with get
- dataPointIndex Int32
-
ExcelChartDataPoint