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

    Adds a data label with the specified key.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public void Add(
        int key,
        DataLabelEx value
    )

    Parameters

    Name Type Description
    key Int32

    A key that identifies a point index.

    value DataLabelEx

    The data label to add.

    Implements

    See Also