ArcGIS Pro 2.6 API Reference Guide
SizeOption Property (PieChartRendererDefinition)

ArcGIS.Desktop.Mapping Namespace > PieChartRendererDefinition Class : SizeOption Property
Gets and sets the pie chart size option
Syntax
public PieChartSizeOptions SizeOption {get; set;}
Public Property SizeOption As PieChartSizeOptions
Remarks
Determines how the size of the overall pie chart symbol is set. Size can be either fixed: PieChartSizeOptions.Fixed, default, (all the same size) or proportional. If it is proportional, it is based either on the value of a particular field: PieChartSizeOptions.Field or the sum of all (eligible) fields: PieChartSizeOptions.SumSelectedFields
For a value of PieChartSizeOptions.Field, specifiy the name of the field to use in FieldName otherwise the first eligible field will be used.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

PieChartRendererDefinition Class
PieChartRendererDefinition Members