ChartDataSourceAdapter.GetItemListSourceIndices(Object) Method
Returns the indices of items in the source list for the specified item.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Object | A MapItem or a PieSegment object. |
Returns
| Type | Description |
|---|---|
| Int32[] | An array of integer values. |
See Also