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

In This Topic
    ChartAggregationType Enumeration
    In This Topic
    Options for choosing what aggregation type is to be used while calculating values.
    Syntax
    Members
    MemberDescription
    Majority The majority of values is used.
    Maximum The maximum value is used.
    Mean The mean value is used.
    Median The median value is used.
    Minimum The minimum value is used.
    Minority The minority of values is used.
    None No aggregation is performed.
    Sum The sum of values is used.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also