'Declaration
<System.ComponentModel.CategoryAttribute("Clustering")> <System.ComponentModel.DescriptionAttribute("Controls the cluster branching factor.")> Public Property ClusterBranchingFactor As System.Integer
'Usage
Dim instance As NPointSeries Dim value As System.Integer instance.ClusterBranchingFactor = value value = instance.ClusterBranchingFactor
[System.ComponentModel.Category("Clustering")] [System.ComponentModel.Description("Controls the cluster branching factor.")] public System.int ClusterBranchingFactor {get; set;}