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

    IsMaximumSymbolSizeCapped Property
    Gets or sets whether the maximum symbol size is capped.
    Syntax
    public bool IsMaximumSymbolSizeCapped {get; set;}
    Remarks
    The default value is true. 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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also