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.1.dll
NuGet Package: DevExpress.Charts
Declaration
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