IChartSeriesReadonlyCollectionItem Property |
Gets the element at the specified index.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.4.0.0 (22.4)
SyntaxIChartSeries this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IChartSeries
Get
property IChartSeries^ default[int index] {
IChartSeries^ get (int index);
}
abstract Item : IChartSeries with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IChartSeries
See Also