Skip to main content
A newer version of this page is available. .

ChartDataSourceAdapter.GetItemListSourceIndices(Object) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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