Skip to main content
All docs
V24.2

IChartDataAdapter.GetSourceObject(Int32) Method

Returns the source object used to create the series point by the specified index.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

object GetSourceObject(
    int index
)

#Parameters

Name Type Description
index Int32

A zero-based integer that specifies the item’s position within the collection. If the passed index is negative or exceeds the last available index, an exception is raised.

#Returns

Type Description
Object

The date source object that is used to create the series point.

See Also