Show / Hide Table of Contents

Property ScaleExpression

ScaleExpression

Gets or sets an Arcade expression object with an expression for scaling symbols in a dictionary renderer.

Declaration
public ArcadeExpression ScaleExpression { get; set; }
Property Value
Type Description
ArcadeExpression

An Arcade expression object with an expression for scaling symbols in a dictionary renderer.

Remarks

The ArcadeExpression is evaluated at rendering time. If the expression is not valid or results in an invalid value, symbols will not be scaled and will display at their original size. For example, to scale symbols based on an attribute value, you can set Expression with an expression like if($feature.Symbol_Set == 40, 2.5, 1), which scales the symbol size 2.5 times when Symbol_Set is 40.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.11 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.11 - 200.7
Xamarin.Android100.11 - 100.15
Xamarin.iOS100.11 - 100.15
UWP100.11 - 200.7
In This Article
Back to top Copyright © 2022 Esri.