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


In This Topic
    AutoClusterThreshold Property
    In This Topic
    Gets or sets the auto cluster threshold
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Clustering")>
    <System.ComponentModel.DescriptionAttribute("Controls the auto cluster threshold.")>
    Public Property AutoClusterThreshold As System.Integer
    'Usage
     
    
    Dim instance As NPointSeries
    Dim value As System.Integer
     
    instance.AutoClusterThreshold = value
     
    value = instance.AutoClusterThreshold
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Clustering")]
    [System.ComponentModel.Description("Controls the auto cluster threshold.")]
    public System.int AutoClusterThreshold {get; set;}
    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