Nevron .NET Vision
Nevron.Chart Namespace / NPointSeries Class / ClusterBranchingFactor Property


In This Topic
    ClusterBranchingFactor Property
    In This Topic
    Gets or sets the clustering branching factor
    Syntax
    '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;}
    Remarks
    This property has effect only when clustering is enabled.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also