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

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 attribute value ArcadeExpression object's expression property can be set to something like iif($feature.Symbol_Set == 40, 2.5, 1) Above expression will scale symbol size 2.5 times when symbol_set field value is 40.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.