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

In This Topic
    ChartMultiBarType Enumeration
    In This Topic
    Standard multiple bar series placement options.
    Syntax
    Members
    MemberDescription
    None Do no use multiple bar series placement options.
    SideBySide Uses side by side multiple bar series placement option.
    Stacked Uses stacked bar series placement option. Stacked charts show how each value contributes to the total.
    Stacked100 Uses 100% stacked multiple bar series placement 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.ChartMultiBarType

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also