Winnovative Excel Library for .NET Help
C#
Show/Hide TOC
Excel
Chart
Data
Points
Collection
Item 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: 14.0.0
C#
Copy
public
ExcelChartDataPoint
this
[
int
dataPointIndex
] {
get
; }
Parameters
dataPointIndex
Int32
Property Value
ExcelChartDataPoint
See Also
Reference
ExcelChartDataPointsCollection Class
Winnovative.ExcelLib Namespace
In This Article
Definition
Parameters
Property Value
See Also