ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PieChartRendererDefinition Class / FieldName Property

In This Topic
    FieldName Property (PieChartRendererDefinition)
    In This Topic
    Gets and sets the field name to use in determining the overall size of the pie chart (per feature)
    Syntax
    public string FieldName {get; set;}
    Public Property FieldName As String
    Remarks
    Corresponds to SizeOption of PieChartSizeOptions.Field otherwise it is ignored. If FieldName is not specified for PieChartSizeOptions.Field then the first eligible field in the underlying dataset is used.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also