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

    Returns the histogram label collection for the series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public HistogramDataLabels DataLabels { get; }

    Property Value

    Type Description
    HistogramDataLabels

    The data label collection with label settings.

    See Also