Skip to main content

ChartDataSourceAdapter.GetItemListSourceIndices(Object) Method

Returns indices of items in the source list for the specified item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public int[] GetItemListSourceIndices(
    object item
)

Parameters

Name Type Description
item Object

A MapItem or a PieSegment object.

Returns

Type Description
Int32[]

An array of integer values.

See Also