Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / PointsLayer Class / ClusterDistance Property

In This Topic
    ClusterDistance Property
    In This Topic
    Gets or sets the maximum distance (in 96dpi pixels) between markers that should be grouped into clusters. Default (0) disables clustering.
    Syntax
    'Declaration
     
    Public Property ClusterDistance As Double
    public double ClusterDistance {get; set;}
    See Also