XlsChartDataPointsCollection
Item Property
|
Returns single entry from the collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartDataPoint this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IChartDataPoint
Get
public:
virtual property IChartDataPoint^ default[int index] {
IChartDataPoint^ get (int index) sealed;
}
abstract Item : IChartDataPoint with get
override Item : IChartDataPoint with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
IChartDataPoint
Implements
IChartDataPoints
Item
Int32
See Also