ChartDataLabelCollection
Item Property
|
Gets the ChartDataLabel 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 ChartDataLabel this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ChartDataLabel
Get
public:
property ChartDataLabel^ default[int index] {
ChartDataLabel^ get (int index);
}
member Item : ChartDataLabel with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the ChartDataLabel to get.
Return Value
Type:
ChartDataLabel
The ChartDataLabel at the specified index.
See Also