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