Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.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