ArcGIS Pro 3.7 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 Property MaximumSymbolSize As Nullable(Of Double)
    public Nullable<double> MaximumSymbolSize {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also