Gets the data point at the specified zero based index in collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Parameters
- dataPointIndex
- Type: SystemInt32
Property Value
Type:
ExcelChartDataPoint
Reference