idx_get()

IDataLabelCollection::idx_get(int32_t) method

Gets the data label for the data point with the specified index.

virtual System::SharedPtr<IDataLabel> Aspose::Slides::Charts::IDataLabelCollection::idx_get(int32_t index)=0

Remarks

Alternate way to access data label is:* SeriesEx.DataPoints[i].Label - manage label properties.

See Also