ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ScaleBarLabelPosition Enumeration

In This Topic
    ScaleBarLabelPosition Enumeration
    In This Topic
    Lists the options for scale bar label positions.
    Syntax
    Members
    MemberDescription
    Above Above the scale bar.
    AboveEnds Above the ends of the scale bar.
    AboveLeft Above the scale bar and to the left.
    AboveRight Above the scale bar and to the right.
    AfterBar After the scale bar.
    AfterLabels After labels.
    BeforeAndAfterBar Before and after the scale bar.
    BeforeAndAfterLabels Before and after labels.
    BeforeBar Before the scale bar.
    BeforeLabels Before the labels.
    Below Below the scale bar.
    BelowEnds Below the scale bar and on the ends.
    BelowLeft Below the scale bar and to the left.
    BelowRight Below the scale bar and to the right.
    OnBarAfterFirstDivision On the scale bar after the first division.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.ScaleBarLabelPosition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also