ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ProportionalRendererDefinition Class / MaximumSymbolSize Property

In This Topic
    MaximumSymbolSize Property (ProportionalRendererDefinition)
    In This Topic
    Gets or sets the maximum symbol size used in the renderer.
    Syntax
    public Nullable<double> MaximumSymbolSize {get; set;}
    Public Property MaximumSymbolSize As Nullable(Of Double)
    Remarks
    When the map is in a projected coordinated system and Units is set, you can symbolize features proportional to their values without limiting to a maximum size by setting MaximumSymbolSize to null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also