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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.11 - 100.15 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 100.15 |