'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;}