ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / ChartStackingType Enumeration

In This Topic
    ChartStackingType Enumeration
    In This Topic
    Chart multiple series stacking type.
    Syntax
    Members
    MemberDescription
    None Uses no stacking option.
    Stacked Uses stacked option. Stacked charts show how each value contributes to the total.
    Stacked100 Uses 100% stacked option. 100% stacked charts show how each value contributes to the total with the relative size of each series representing its contribution to the total.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also