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

    Returns data label settings for the scatter view.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ScatterDataLabels DataLabels { get; }

    Property Value

    Type Description
    ScatterDataLabels

    Returns a ScatterDataLabels object.

    Remarks

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

    See Also