ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.CIM Namespace / ScaleBarFittingStrategy Enumeration
Version

    ScaleBarFittingStrategy Enumeration
    A list of scale bar fitting strategies.
    Syntax
    public enum ScaleBarFittingStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Members
    MemberDescription
    AdjustDivision Adjust the division value.
    AdjustDivisionAndDivisions Adjust the division value and number of divisions.
    AdjustDivisions Adjust the number of divisions.
    AdjustFrame Adjust the size of the scale bar frame.
    FixedHeight Preserve the total distance shown in the scale bar.
    FixedWidth Preserve the width of the scale bar in page units.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also