ChartDataSourceAdapter.GetItemListSourceIndices(Object) Method
Returns indices of items in the source list for the specified item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.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