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

ScaleBarFittingStrategy Enumeration
A list of scale bar fitting strategies.
Syntax
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.
FixedBarWidth Preserve the width of the scale bar in page units.
FixedHeight Preserve the total distance shown in the scale bar. Deprecated in 3.4.
FixedWidth Preserve the width of the scale bar in page units. Deprecated in 3.4. Use FixedBarWidth instead.
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