Click or drag to resize

ExcelChartDataPointsCollectionItem Property

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

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelChartDataPoint this[
	int dataPointIndex
] { get; }

Parameters

dataPointIndex  Int32
 

Property Value

ExcelChartDataPoint
See Also