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

In This Topic
    ScaleBarFittingStrategy Enumeration
    In This Topic
    A list of scale bar fitting strategies.
    Syntax
    public enum ScaleBarFittingStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ScaleBarFittingStrategy 
       Inherits System.Enum
       Implements 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 or higher.
    See Also