Property Radius
Radius
Gets or sets the radius in device-independent pixels of the area in which multiple points will be grouped and visualized as a single cluster. The default value is 60.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The radius in device-independent pixels of the area in which multiple points will be grouped and visualized as a single cluster. The default value is 60. |
Remarks
If you don't want cluster graphics to overlap, the Radius should be larger than the MaxSymbolSize. 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 |