Skip to main content
All docs
V26.1
  • Line3DSeries.DataLabels Property

    Returns data label settings for the 3D line series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DataLabels DataLabels { get; }

    Property Value

    Type Description
    DataLabels

    Returns the DataLabels object initialized for the series.

    Remarks

    For additional information about series data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.

    See Also