ArcGIS Pro 2.8 API Reference Guide
ProportionalRendererDefinition Constructor(String,CIMSymbolReference,Double,Nullable<Double>,Boolean)

ArcGIS.Desktop.Mapping Namespace > ProportionalRendererDefinition Class > ProportionalRendererDefinition Constructor : ProportionalRendererDefinition Constructor(String,CIMSymbolReference,Double,Nullable<Double>,Boolean)
Name of the field used in the renderer.
A template for symbol used in the renderer.
(Optional) The minimum symbol size used in the renderer to draw features with lowest value. (default value = 4)
(Optional) The maximum symbol size used in the renderer to draw features with highest values. When a null value is passed in, a maximum symbol size gets automatically picked based on the layer's shape type. (default value = null)
(Optional) When false, maximumSymbolSize gets ignored and the size of the symbol is drawn proportional to the value. Otherwise, the largest symbol size is equal to maximumSymbolSize. (default value = true)
Creates a ProportionalRendererDefinition.
Syntax

Parameters

field
Name of the field used in the renderer.
symbolTemplate
A template for symbol used in the renderer.
minimumSymbolSize
(Optional) The minimum symbol size used in the renderer to draw features with lowest value. (default value = 4)
maximumSymbolSize
(Optional) The maximum symbol size used in the renderer to draw features with highest values. When a null value is passed in, a maximum symbol size gets automatically picked based on the layer's shape type. (default value = null)
isMaximumSymbolSizeCapped
(Optional) When false, maximumSymbolSize gets ignored and the size of the symbol is drawn proportional to the value. Otherwise, the largest symbol size is equal to maximumSymbolSize. (default value = true)
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ProportionalRendererDefinition Class
ProportionalRendererDefinition Members
Overload List