Skip to main content

PointDataCollection.GetObjectByKey(Int32) Method

Returns a PointData object with the specified key.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public PointData GetObjectByKey(
    int key
)

Parameters

Name Type Description
key Int32

An integer that is a key.

Returns

Type Description
PointData

An object with the specified key. Null if no objects are found.

See Also