ExcelChartDataPointsCollectionItem Property

Gets the data point at the specified zero based index in collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChartDataPoint this[
	int dataPointIndex
] { get; }

Parameters

dataPointIndex  Int32
 

Property Value

ExcelChartDataPoint

See Also