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

In This Topic
    ChartTextCase Enumeration
    In This Topic
    Options for choosing text cases for charts.
    Syntax
    Members
    MemberDescription
    Capitalize Transforms the first character of each word to uppercase.
    Lowercase Transforms all characters to lowercase.
    Normal No capitalization.
    SmallCaps All characters to uppercase but in small caps font.
    Uppercase Transforms all characters to uppercase.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also