ChartDataPointCollection
Item Property
|
Gets or sets the ChartDataPoint at the specified index.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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
The zero-based index of the ChartDataPoint to get or set.
Return Value
Type:
ChartDataPoint
The ChartDataPoint at the specified index.
See Also