ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMChartSeries Class / FieldAggregation Property

In This Topic
    FieldAggregation Property
    In This Topic
    Gets or sets the aggregate field values if series data has a group field. Allowed values are count, sum, median, mean, and empty string.
    Syntax
    public string[] FieldAggregation {get; set;}
    Public Property FieldAggregation As String()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also