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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |