Show / Hide Table of Contents

Property MaxSymbolSize

MaxSymbolSize

Gets or sets the symbol size of the largest cluster in device-independent pixels. The default value is 70.

Declaration
public double MaxSymbolSize { get; set; }
Property Value
Type Description
System.Double

The symbol size of the largest cluster in device-independent pixels. The default value is 70.

Remarks

The MaxSymbolSize and Radius complement each other. If you adjust one, you should adjust the other (a larger MaxSymbolSize should have a larger Radius). Note, if a custom renderer is defined for clusters and that renderer contains size visual variables, this property is ignored and cluster sizes are determined using the cluster renderer's size variable. Note: Changing this property causes data to be re-clustered.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.