Skip to main content
All docs
V26.1
  • DataLabelsEx.Add(KeyValuePair<Int32, DataLabelEx>) Method

    Adds a key/value pair to the extended data label collection.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public void Add(
        KeyValuePair<int, DataLabelEx> item
    )

    Parameters

    Name Type Description
    item KeyValuePair<Int32, DataLabelEx>

    A key/value pair to add.

    See Also