Skip to main content
All docs
V26.1
  • HistogramDataLabelPosition Enum

    Specifies the position of labels in a histogram column.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum HistogramDataLabelPosition

    Members

    Name Description
    Center

    Specifies the center position.

    InsideBase

    Specifies a position inside the base of the histogram column.

    InsideEnd

    Specifies a position inside the end of the histogram column.

    OutsideEnd

    Specifies a position outside the end of the histogram column.

    Default

    Specifies the default label position.

    Related API Members

    The following properties accept/return HistogramDataLabelPosition values:

    See Also