IChartDataPointCollectionItem Property (IChartDataPoint) |
Return index of data point in this collection.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxint this[
IChartDataPoint pt
] { get; }
ReadOnly Default Property Item (
pt As IChartDataPoint
) As Integer
Get
property int default[IChartDataPoint^ pt] {
int get (IChartDataPoint^ pt);
}
abstract Item : int with get
Parameters
- pt
- Type: Aspose.Slides.ChartsIChartDataPoint
Property Value
Type:
Int32
See Also