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

    Returns data label settings for the series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public DataLabels DataLabels { get; }

    Property Value

    Type Description
    DataLabels

    A DataLabels object that specifies label display options.

    Remarks

    Refer to the following help topic for additional information about data labels: Data Labels.

    See Also