ChartDataPointsCollection
Item Property
|
Gets chart point.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartDataPoint this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ChartDataPoint
Get
public:
property ChartDataPoint^ default[int index] {
ChartDataPoint^ get (int index);
}
member Item : ChartDataPoint with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ChartDataPoint
See Also