DataPointCollection.GetObjectByKey(Int32) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
key | Int32 | An integer value representing the key. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also