ArcGIS Pro 2.6 API Reference Guide
ChartAggregationType Enumeration

ArcGIS.Core.CIM Namespace : ChartAggregationType Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace