ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMProportionalPieSizeOptions Class / ProportionalExpressionInfo Property

In This Topic
    ProportionalExpressionInfo Property
    In This Topic
    Gets or sets the Arcade expression that is used to size the pie chart proportionally.
    Syntax
    Public Property ProportionalExpressionInfo As CIMExpressionInfo
    public CIMExpressionInfo ProportionalExpressionInfo {get; set;}
    Remarks
    This property is mutually exclusive with ProportionalBySum and ProportionalFieldName.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also