Skip to main content

DataPointCollection.GetObjectByKey(Int32) Method

Returns a data point corresponding to the specified key.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataPoint GetObjectByKey(
    int key
)

Parameters

Name Type Description
key Int32

An integer value representing the key.

Returns

Type Description
DataPoint

A DataPoint object, which corresponds to the specified key.

See Also