Skip to main content
All docs
V26.1
  • DataLabelsEx.TryGetValue(Int32, out DataLabelEx) Method

    Gets the value associated with the specified key.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool TryGetValue(
        int key,
        out DataLabelEx value
    )

    Parameters

    Name Type Description
    key Int32

    A key that identifies a point index.

    value DataLabelEx

    When this method returns, contains the value for the key if found.

    Returns

    Type Description
    Boolean

    true if the key is found; otherwise, false.

    See Also