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: 7.0.0
Syntax
public ExcelChartDataPoint this[
	int dataPointIndex
] { get; }

Parameters

dataPointIndex
Type: SystemInt32

Property Value

Type: ExcelChartDataPoint
See Also